Home
last modified time | relevance | path

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

/crypto/
Daf_alg.c400 n = iov_iter_get_pages(iter, sgl->pages, len, ALG_MAX_PAGES, &off); in af_alg_make_sg()
413 sg_set_page(sgl->sg + i, sgl->pages[i], plen, off); in af_alg_make_sg()
437 put_page(sgl->pages[i]); in af_alg_free_sg()
Dtcrypt.c1347 unsigned int pages = DIV_ROUND_UP(k, PAGE_SIZE); in test_mb_skcipher_speed() local
1350 sg_init_table(cur->sg, pages); in test_mb_skcipher_speed()