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

/linux-4.1.27/crypto/
H A Dscatterwalk.c45 return kmap_atomic(scatterwalk_page(walk)) + scatterwalk_map()
H A Dablkcipher.c217 walk->src.page = scatterwalk_page(&walk->in); ablkcipher_next_fast()
219 walk->dst.page = scatterwalk_page(&walk->out); ablkcipher_next_fast()
H A Dblkcipher.c201 walk->src.phys.page = scatterwalk_page(&walk->in); blkcipher_next_fast()
203 walk->dst.phys.page = scatterwalk_page(&walk->out); blkcipher_next_fast()
/linux-4.1.27/include/crypto/
H A Dscatterwalk.h84 static inline struct page *scatterwalk_page(struct scatter_walk *walk) scatterwalk_page() function

Completed in 74 milliseconds