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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dscatterwalk.h104 static inline struct page *scatterwalk_page(struct scatter_walk *walk) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dscatterwalk.c45 return crypto_kmap(scatterwalk_page(walk), out) +
H A Dablkcipher.c219 walk->src.page = scatterwalk_page(&walk->in);
221 walk->dst.page = scatterwalk_page(&walk->out);
H A Dblkcipher.c202 walk->src.phys.page = scatterwalk_page(&walk->in);
204 walk->dst.phys.page = scatterwalk_page(&walk->out);

Completed in 121 milliseconds