Searched refs:caam_hash_hmac_copy_state (Results 1 – 3 of 3) sorted by relevance
71 void caam_hash_hmac_copy_state(struct hashctx *dst, struct hashctx *src);
268 return caam_hash_hmac_copy_state(mac_dst->ctx, mac_src->ctx); in do_hmac_copy_state()
224 return caam_hash_hmac_copy_state(hash_dst->ctx, hash_src->ctx); in do_hash_copy_state()672 void caam_hash_hmac_copy_state(struct hashctx *dst, struct hashctx *src) in caam_hash_hmac_copy_state() function
Completed in 4 milliseconds