Searched refs:crypto_hash_copy_state (Results 1 – 3 of 3) sorted by relevance
36 void crypto_hash_copy_state(void *dst_ctx, void *src_ctx);
77 void crypto_hash_copy_state(void *dst_ctx, void *src_ctx) in crypto_hash_copy_state() function
2745 crypto_hash_copy_state(cs_dst->ctx, cs_src->ctx); in syscall_cryp_state_copy()
Completed in 12 milliseconds