Home
last modified time | relevance | path

Searched refs:drvcrypt_register_hmac (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_mac.h25 static inline TEE_Result drvcrypt_register_hmac(drvcrypt_mac_allocate allocate) in drvcrypt_register_hmac() function
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hmac.c164 ret = drvcrypt_register_hmac(&sec_hmac_ctx_allocate); in sec_hmac_init()
/optee_os/core/drivers/crypto/stm32/
H A Dhmac.c220 return drvcrypt_register_hmac(&stm32_hmac_allocate); in stm32_register_hmac()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash_mac.c345 if (drvcrypt_register_hmac(&caam_hmac_allocate)) in caam_hmac_init()