Searched refs:crypto_hash_alloc_ctx (Results 1 – 19 of 19) sorted by relevance
/optee_os-3.20.0/core/crypto/ |
A D | sm2-kdf.c | 29 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kdf()
|
A D | signed_hdr.c | 206 if (crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA512)) in calc_next_uuid() 274 if (crypto_hash_alloc_ctx(&ctx, TEE_DIGEST_HASH_TO_ALGO(shdr->algo))) { in shdr_load_pub_key()
|
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-3.20.0/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 | 2669 res = crypto_hash_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
|
/optee_os-3.20.0/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-3.20.0/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-3.20.0/core/pta/ |
A D | secstor_ta_mgmt.c | 69 res = crypto_hash_alloc_ctx(&hash_ctx, in install_ta()
|
A D | attestation.c | 432 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in digest_nonce_and_hash() 521 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in hash_regions() 696 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in cmd_hash_tee_memory()
|
/optee_os-3.20.0/core/drivers/ |
A D | zynqmp_huk.c | 69 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in tee_zynqmp_generate_huk_src()
|
/optee_os-3.20.0/core/kernel/ |
A D | embedded_ts.c | 106 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SHA256); in emb_ts_get_tag()
|
A D | ree_fs_ta.c | 364 res = crypto_hash_alloc_ctx(&hash_ctx, in ree_fs_ta_open()
|
/optee_os-3.20.0/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 | 261 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_ltc_pke_decrypt() 485 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_ltc_pke_encrypt()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 31 TEE_Result crypto_hash_alloc_ctx(void **ctx, uint32_t algo);
|
Completed in 27 milliseconds