Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dzc.c111 int cryptodev_adjust_sg_array(struct csession *ses, int pagecount) in cryptodev_adjust_sg_array() function
187 rc = cryptodev_adjust_sg_array(ses, ses->used_pages); in cryptodev_get_userbuf()
H A Dcryptodev.h186 int cryptodev_adjust_sg_array(struct csession *ses, int pagecount);
H A Dauthenc.c79 rc = cryptodev_adjust_sg_array(ses, pagecount); in get_userbuf_tls()
143 …rc = cryptodev_adjust_sg_array(ses, pagecount*2); /* double pages to have pages for dst(=auth_src)… in get_userbuf_srtp()