Home
last modified time | relevance | path

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

/optee_os/core/tee/
H 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()
H A Dtee_cryp_pbkdf2.c88 res = crypto_mac_alloc_ctx(&hmac_parms.ctx, hmac_parms.algo); in tee_cryp_pbkdf2()
H A Dtee_fs_key_manager.c50 res = crypto_mac_alloc_ctx(&ctx, TEE_FS_KM_HMAC_ALG); in do_hmac()
H A Dtee_rpmb_fs.c387 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_mac_calc()
772 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in tee_rpmb_data_cpy_mac_calc()
H A Dtee_svc_cryp.c2847 res = crypto_mac_alloc_ctx(&cs->ctx, algo); in syscall_cryp_state_alloc()
/optee_os/core/drivers/crypto/se050/glue/
H A Duser.c15 if (crypto_mac_alloc_ctx(mac, TEE_ALG_AES_CMAC)) in glue_mac_context_init()
/optee_os/core/kernel/
H A Dhuk_subkey.c74 res = crypto_mac_alloc_ctx(&ctx, TEE_ALG_HMAC_SHA256); in __huk_subkey_derive()
/optee_os/core/include/crypto/
H A Dcrypto.h53 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo);
/optee_os/core/crypto/
H A Dcrypto.c245 TEE_Result crypto_mac_alloc_ctx(void **ctx, uint32_t algo) in crypto_mac_alloc_ctx() function