Lines Matching defs:walk
41 static inline void skcipher_map_src(struct skcipher_walk *walk) in skcipher_map_src()
46 static inline void skcipher_map_dst(struct skcipher_walk *walk) in skcipher_map_dst()
51 static inline void skcipher_unmap_src(struct skcipher_walk *walk) in skcipher_unmap_src()
56 static inline void skcipher_unmap_dst(struct skcipher_walk *walk) in skcipher_unmap_dst()
61 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp()
72 static int skcipher_done_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_done_slow()
98 int skcipher_walk_done(struct skcipher_walk *walk, int res) in skcipher_walk_done()
173 static int skcipher_next_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_next_slow()
202 static int skcipher_next_copy(struct skcipher_walk *walk) in skcipher_next_copy()
215 static int skcipher_next_fast(struct skcipher_walk *walk) in skcipher_next_fast()
235 static int skcipher_walk_next(struct skcipher_walk *walk) in skcipher_walk_next()
269 static int skcipher_copy_iv(struct skcipher_walk *walk) in skcipher_copy_iv()
291 static int skcipher_walk_first(struct skcipher_walk *walk) in skcipher_walk_first()
308 int skcipher_walk_virt(struct skcipher_walk *walk, in skcipher_walk_virt()
349 static int skcipher_walk_aead_common(struct skcipher_walk *walk, in skcipher_walk_aead_common()
387 int skcipher_walk_aead_encrypt(struct skcipher_walk *walk, in skcipher_walk_aead_encrypt()
396 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk, in skcipher_walk_aead_decrypt()