Searched refs:crypto_hash_alloc_ctx (Results 1 – 19 of 19) sorted by relevance
/optee_os/core/crypto/ |
A D | sm2-kdf.c | 29 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kdf()
|
A D | rng_fortuna.c | 145 res = crypto_hash_alloc_ctx(&state.pool_ctx[n], HASH_ALGO); in crypto_rng_init() 153 res = crypto_hash_alloc_ctx(&state.reseed_ctx, HASH_ALGO); in crypto_rng_init()
|
A D | crypto.c | 17 TEE_Result crypto_hash_alloc_ctx(void **ctx, uint32_t algo) in crypto_hash_alloc_ctx() function
|
/optee_os/core/tee/ |
A D | tee_cryp_concat_kdf.c | 27 res = crypto_hash_alloc_ctx(&ctx, hash_algo); in tee_cryp_concat_kdf()
|
A D | tee_cryp_utl.c | 39 res = crypto_hash_alloc_ctx(&ctx, algo); in tee_hash_createdigest()
|
A D | fs_htree.c | 585 res = crypto_hash_alloc_ctx(&ctx, TEE_FS_HTREE_HASH_ALG); in verify_tree() 600 res = crypto_hash_alloc_ctx(&ctx, TEE_FS_HTREE_HASH_ALG); in init_root_node() 770 res = crypto_hash_alloc_ctx(&ctx, TEE_FS_HTREE_HASH_ALG); in tee_fs_htree_sync_to_storage()
|
A D | tee_svc_cryp.c | 2235 res = crypto_hash_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
|
/optee_os/core/drivers/crypto/crypto_api/acipher/ |
A D | rsamgf.c | 38 ret = crypto_hash_alloc_ctx(&ctx, mgf_data->hash_algo); in drvcrypt_rsa_mgf1()
|
/optee_os/lib/libmbedtls/core/ |
A D | sm2-pke.c | 228 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_mbedtls_pke_decrypt() 422 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_mbedtls_pke_encrypt()
|
A D | sm2-kep.c | 49 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_Z() 148 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_S()
|
/optee_os/core/lib/libtomcrypt/ |
A D | sm2-kep.c | 43 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_Z() 116 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_S()
|
A D | sm2-pke.c | 260 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_ltc_pke_decrypt() 484 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_ltc_pke_encrypt()
|
/optee_os/core/pta/ |
A D | secstor_ta_mgmt.c | 69 res = crypto_hash_alloc_ctx(&hash_ctx, in install_ta()
|
/optee_os/core/kernel/ |
A D | embedded_ts.c | 105 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in emb_ts_get_tag()
|
A D | ree_fs_ta.c | 172 res = crypto_hash_alloc_ctx(&hash_ctx, in ree_fs_ta_open()
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 30 TEE_Result crypto_hash_alloc_ctx(void **ctx, uint32_t algo);
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 662 000000000e10e128 0000000000000094 T crypto_hash_alloc_ctx
|
A D | tee.dmp | 21994 000000000e10e128 <crypto_hash_alloc_ctx>: 21995 crypto_hash_alloc_ctx(): 25214 e1101c4: 97fff7d9 bl e10e128 <crypto_hash_alloc_ctx> 25234 e110200: 97fff7ca bl e10e128 <crypto_hash_alloc_ctx> 26812 e111238: 97fff3bc bl e10e128 <crypto_hash_alloc_ctx> 38549 e118abc: 97ffd59b bl e10e128 <crypto_hash_alloc_ctx> 39146 e1190b0: 97ffd41e bl e10e128 <crypto_hash_alloc_ctx> 44634 e11c8ec: 97ffc60f bl e10e128 <crypto_hash_alloc_ctx> 49412 e11fcb0: 97ffb91e bl e10e128 <crypto_hash_alloc_ctx> 49989 e120308: 97ffb788 bl e10e128 <crypto_hash_alloc_ctx> [all …]
|
A D | tee.map | 21420 .text.crypto_hash_alloc_ctx 21422 0x000000000e10e128 crypto_hash_alloc_ctx 24802 .rodata.crypto_hash_alloc_ctx
|
Completed in 229 milliseconds