Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dscatterwalk.h76 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page() function
/linux-4.4.14/crypto/
Dscatterwalk.c45 return kmap_atomic(scatterwalk_page(walk)) + in scatterwalk_map()
Dablkcipher.c217 walk->src.page = scatterwalk_page(&walk->in); in ablkcipher_next_fast()
219 walk->dst.page = scatterwalk_page(&walk->out); in ablkcipher_next_fast()
Dblkcipher.c202 walk->src.phys.page = scatterwalk_page(&walk->in); in blkcipher_next_fast()
204 walk->dst.phys.page = scatterwalk_page(&walk->out); in blkcipher_next_fast()