Searched refs:stm32_hash_deep_copy (Results 1 – 4 of 4) sorted by relevance
56 TEE_Result stm32_hash_deep_copy(struct stm32_hash_context *dst,
110 stm32_hash_deep_copy(&dst->hash, &src->hash); in do_hash_copy_state()
141 stm32_hash_deep_copy(&dst->hash, &src->hash); in do_hmac_copy_state()
417 TEE_Result stm32_hash_deep_copy(struct stm32_hash_context *dst, in stm32_hash_deep_copy() function