Home
last modified time | relevance | path

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

/crypto/
Daf_alg.c396 size_t off; in af_alg_make_sg() local
400 n = iov_iter_get_pages(iter, sgl->pages, len, ALG_MAX_PAGES, &off); in af_alg_make_sg()
404 npages = (off + n + PAGE_SIZE - 1) >> PAGE_SHIFT; in af_alg_make_sg()
411 int plen = min_t(int, len, PAGE_SIZE - off); in af_alg_make_sg()
413 sg_set_page(sgl->sg + i, sgl->pages[i], plen, off); in af_alg_make_sg()
415 off = 0; in af_alg_make_sg()