Searched refs:crypto_mac_alloc_ctx (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_cryp_hkdf.c | 37 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_extract() 88 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_expand()
|
A D | tee_cryp_pbkdf2.c | 88 res = crypto_mac_alloc_ctx(&hmac_parms.ctx, hmac_parms.algo); in tee_cryp_pbkdf2()
|
A D | tee_fs_key_manager.c | 51 res = crypto_mac_alloc_ctx(&ctx, TEE_FS_KM_HMAC_ALG); in do_hmac()
|
A D | tee_rpmb_fs.c | 381 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_mac_calc() 699 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_data_cpy_mac_calc()
|
A D | tee_svc_cryp.c | 2660 res = crypto_mac_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
|
/optee_os-3.20.0/core/drivers/crypto/se050/glue/ |
A D | user.c | 15 if (crypto_mac_alloc_ctx(mac, TEE_ALG_AES_CMAC)) in glue_mac_context_init()
|
/optee_os-3.20.0/core/kernel/ |
A D | huk_subkey.c | 74 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in huk_subkey_derive()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 53 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo);
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 228 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo) in crypto_mac_alloc_ctx() function
|
Completed in 20 milliseconds