Lines Matching defs:walk
28 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp()
33 void scatterwalk_skip(struct scatter_walk *walk, unsigned int nbytes) in scatterwalk_skip()
48 inline void memcpy_from_scatterwalk(void *buf, struct scatter_walk *walk, in memcpy_from_scatterwalk()
63 inline void memcpy_to_scatterwalk(struct scatter_walk *walk, const void *buf, in memcpy_to_scatterwalk()
81 struct scatter_walk walk; in memcpy_from_sglist() local
94 struct scatter_walk walk; in memcpy_to_sglist() local
107 struct skcipher_walk walk = {}; in memcpy_sglist() local
150 static int skcipher_next_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_next_slow()
180 static int skcipher_next_copy(struct skcipher_walk *walk) in skcipher_next_copy()
197 static int skcipher_next_fast(struct skcipher_walk *walk) in skcipher_next_fast()
217 static int skcipher_walk_next(struct skcipher_walk *walk) in skcipher_walk_next()
251 static int skcipher_copy_iv(struct skcipher_walk *walk) in skcipher_copy_iv()
273 int skcipher_walk_first(struct skcipher_walk *walk, bool atomic) in skcipher_walk_first()
311 int skcipher_walk_done(struct skcipher_walk *walk, int res) in skcipher_walk_done()