Searched refs:scatterwalk_page (Results 1 – 4 of 4) sorted by relevance
76 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page() function
45 return kmap_atomic(scatterwalk_page(walk)) + in scatterwalk_map()
217 walk->src.page = scatterwalk_page(&walk->in); in ablkcipher_next_fast()219 walk->dst.page = scatterwalk_page(&walk->out); in ablkcipher_next_fast()
202 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()