Searched refs:cryptodev_hash_copy (Results 1 – 3 of 3) sorted by relevance
107 int cryptodev_hash_copy(struct hash_data *dst, struct hash_data *src);
447 int cryptodev_hash_copy(struct hash_data *dst, struct hash_data *src) in cryptodev_hash_copy() function
533 ret = cryptodev_hash_copy(&dst_ses->hdata, &src_ses->hdata); in crypto_copy_hash_state()