Home
last modified time | relevance | path

Searched refs:caam_hash_hmac_allocate (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/crypto/caam/hash/
H A Dlocal.h92 TEE_Result caam_hash_hmac_allocate(struct hashctx *ctx);
H A Dcaam_hash_mac.c320 ret = caam_hash_hmac_allocate(hmac_ctx); in caam_hmac_allocate()
H A Dcaam_hash.c276 ret = caam_hash_hmac_allocate(hash_ctx); in caam_hash_allocate()
293 TEE_Result caam_hash_hmac_allocate(struct hashctx *ctx) in caam_hash_hmac_allocate() function