Home
last modified time | relevance | path

Searched refs:cryptodev_sg_copy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dutil.h5 int cryptodev_sg_copy(struct scatterlist *sg_from, struct scatterlist *sg_to, int len);
H A Dutil.c59 int cryptodev_sg_copy(struct scatterlist *sg_from, struct scatterlist *sg_to, int len) in cryptodev_sg_copy() function
H A Dauthenc.c163 cryptodev_sg_copy(ses->sg, (*dst_sg), caop->auth_len); in get_userbuf_srtp()