Searched refs:scatterwalk_page (Results 1 – 4 of 4) sorted by relevance
54 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page() function73 return kmap_atomic(scatterwalk_page(walk)) + in scatterwalk_map()
205 walk->src.page = scatterwalk_page(&walk->in); in ablkcipher_next_fast()207 walk->dst.page = scatterwalk_page(&walk->out); in ablkcipher_next_fast()
46 if (PageHighMem(scatterwalk_page(walk))) in skcipher_unmap()52 struct page *page = scatterwalk_page(walk); in skcipher_map()321 walk->src.phys.page = scatterwalk_page(&walk->in); in skcipher_next_fast()323 walk->dst.phys.page = scatterwalk_page(&walk->out); in skcipher_next_fast()
194 walk->src.phys.page = scatterwalk_page(&walk->in); in blkcipher_next_fast()196 walk->dst.phys.page = scatterwalk_page(&walk->out); in blkcipher_next_fast()