Lines Matching defs:walk
44 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src()
49 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst()
54 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src()
59 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst()
73 static inline unsigned int blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow()
84 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
104 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
147 struct blkcipher_walk *walk, in blkcipher_next_slow()
182 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) in blkcipher_next_copy()
197 struct blkcipher_walk *walk) in blkcipher_next_fast()
224 struct blkcipher_walk *walk) in blkcipher_walk_next()
275 static inline int blkcipher_copy_iv(struct blkcipher_walk *walk) in blkcipher_copy_iv()
299 struct blkcipher_walk *walk) in blkcipher_walk_virt()
311 struct blkcipher_walk *walk) in blkcipher_walk_phys()
323 struct blkcipher_walk *walk) in blkcipher_walk_first()
348 struct blkcipher_walk *walk, in blkcipher_walk_virt_block()
361 struct blkcipher_walk *walk, in blkcipher_aead_walk_virt_block()