Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.h56 TEE_Result stm32_hash_deep_copy(struct stm32_hash_context *dst,
H A Dhash.c110 stm32_hash_deep_copy(&dst->hash, &src->hash); in do_hash_copy_state()
H A Dhmac.c141 stm32_hash_deep_copy(&dst->hash, &src->hash); in do_hmac_copy_state()
H A Dstm32_hash.c417 TEE_Result stm32_hash_deep_copy(struct stm32_hash_context *dst, in stm32_hash_deep_copy() function