Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dscatterwalk.h54 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page() function
73 return kmap_atomic(scatterwalk_page(walk)) + in scatterwalk_map()
/Linux-v5.4/crypto/
Dablkcipher.c205 walk->src.page = scatterwalk_page(&walk->in); in ablkcipher_next_fast()
207 walk->dst.page = scatterwalk_page(&walk->out); in ablkcipher_next_fast()
Dskcipher.c46 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()
Dblkcipher.c194 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()