Home
last modified time | relevance | path

Searched refs:crypto_mac_alloc_ctx (Results 1 – 9 of 9) sorted by relevance

/optee_os-3.20.0/core/tee/
A Dtee_cryp_hkdf.c37 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_extract()
88 res = crypto_mac_alloc_ctx(&ctx, hmac_algo); in hkdf_expand()
A Dtee_cryp_pbkdf2.c88 res = crypto_mac_alloc_ctx(&hmac_parms.ctx, hmac_parms.algo); in tee_cryp_pbkdf2()
A Dtee_fs_key_manager.c51 res = crypto_mac_alloc_ctx(&ctx, TEE_FS_KM_HMAC_ALG); in do_hmac()
A Dtee_rpmb_fs.c381 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 Dtee_svc_cryp.c2660 res = crypto_mac_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
/optee_os-3.20.0/core/drivers/crypto/se050/glue/
A Duser.c15 if (crypto_mac_alloc_ctx(mac, TEE_ALG_AES_CMAC)) in glue_mac_context_init()
/optee_os-3.20.0/core/kernel/
A Dhuk_subkey.c74 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in huk_subkey_derive()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h53 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo);
/optee_os-3.20.0/core/crypto/
A Dcrypto.c228 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo) in crypto_mac_alloc_ctx() function

Completed in 21 milliseconds