Home
last modified time | relevance | path

Searched refs:crypto_hash_alloc_ctx (Results 1 – 19 of 19) sorted by relevance

/optee_os/core/crypto/
A Dsm2-kdf.c29 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kdf()
A Drng_fortuna.c145 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 Dcrypto.c17 TEE_Result crypto_hash_alloc_ctx(void **ctx, uint32_t algo) in crypto_hash_alloc_ctx() function
/optee_os/core/tee/
A Dtee_cryp_concat_kdf.c27 res = crypto_hash_alloc_ctx(&ctx, hash_algo); in tee_cryp_concat_kdf()
A Dtee_cryp_utl.c39 res = crypto_hash_alloc_ctx(&ctx, algo); in tee_hash_createdigest()
A Dfs_htree.c585 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 Dtee_svc_cryp.c2235 res = crypto_hash_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
/optee_os/core/drivers/crypto/crypto_api/acipher/
A Drsamgf.c38 ret = crypto_hash_alloc_ctx(&ctx, mgf_data->hash_algo); in drvcrypt_rsa_mgf1()
/optee_os/lib/libmbedtls/core/
A Dsm2-pke.c228 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 Dsm2-kep.c49 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 Dsm2-kep.c43 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 Dsm2-pke.c260 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 Dsecstor_ta_mgmt.c69 res = crypto_hash_alloc_ctx(&hash_ctx, in install_ta()
/optee_os/core/kernel/
A Dembedded_ts.c105 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in emb_ts_get_tag()
A Dree_fs_ta.c172 res = crypto_hash_alloc_ctx(&hash_ctx, in ree_fs_ta_open()
/optee_os/core/include/crypto/
A Dcrypto.h30 TEE_Result crypto_hash_alloc_ctx(void **ctx, uint32_t algo);
/optee_os/out/arm/core/
A Dtee.symb_sizes662 000000000e10e128 0000000000000094 T crypto_hash_alloc_ctx
A Dtee.dmp21994 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 Dtee.map21420 .text.crypto_hash_alloc_ctx
21422 0x000000000e10e128 crypto_hash_alloc_ctx
24802 .rodata.crypto_hash_alloc_ctx

Completed in 229 milliseconds