Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dzc.c165 int src_pagecount, dst_pagecount; in cryptodev_get_userbuf() local
179 dst_pagecount = PAGECOUNT(dst, dst_len); in cryptodev_get_userbuf()
181 ses->used_pages = (src == dst) ? max(src_pagecount, dst_pagecount) in cryptodev_get_userbuf()
182 : src_pagecount + dst_pagecount; in cryptodev_get_userbuf()