Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.h58 TEE_Result stm32_hash_alloc(struct stm32_hash_context *c,
H A Dhash.c165 res = stm32_hash_alloc(&c->hash, STM32_HASH_MODE, stm32_algo); in stm32_hash_allocate()
H A Dhmac.c205 res = stm32_hash_alloc(&c->hash, STM32_HMAC_MODE, stm32_algo); in stm32_hmac_allocate()
H A Dstm32_hash.c443 TEE_Result stm32_hash_alloc(struct stm32_hash_context *c, in stm32_hash_alloc() function