Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dscatterwalk.h59 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page() function
78 return kmap_atomic(scatterwalk_page(walk)) + in scatterwalk_map()
/Linux-v4.19/crypto/
Dskcipher.c51 if (PageHighMem(scatterwalk_page(walk))) in skcipher_unmap()
57 struct page *page = scatterwalk_page(walk); in skcipher_map()
317 walk->src.phys.page = scatterwalk_page(&walk->in); in skcipher_next_fast()
319 walk->dst.phys.page = scatterwalk_page(&walk->out); in skcipher_next_fast()
Dablkcipher.c210 walk->src.page = scatterwalk_page(&walk->in); in ablkcipher_next_fast()
212 walk->dst.page = scatterwalk_page(&walk->out); in ablkcipher_next_fast()
Dblkcipher.c199 walk->src.phys.page = scatterwalk_page(&walk->in); in blkcipher_next_fast()
201 walk->dst.phys.page = scatterwalk_page(&walk->out); in blkcipher_next_fast()