Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dscatterwalk.h49 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page() function
68 return kmap_local_page(scatterwalk_page(walk)) + in scatterwalk_map()
/openbmc/linux/crypto/
H A Dskcipher.c340 walk->src.phys.page = scatterwalk_page(&walk->in); in skcipher_next_fast()
342 walk->dst.phys.page = scatterwalk_page(&walk->out); in skcipher_next_fast()