Lines Matching refs:blkcipher_walk
40 struct blkcipher_walk *walk);
42 struct blkcipher_walk *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()
74 struct blkcipher_walk *walk, in blkcipher_done_slow()
86 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
106 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
150 struct blkcipher_walk *walk, in blkcipher_next_slow()
185 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) in blkcipher_next_copy()
200 struct blkcipher_walk *walk) in blkcipher_next_fast()
227 struct blkcipher_walk *walk) in blkcipher_walk_next()
280 static inline int blkcipher_copy_iv(struct blkcipher_walk *walk, in blkcipher_copy_iv()
306 struct blkcipher_walk *walk) in blkcipher_walk_virt()
315 struct blkcipher_walk *walk) in blkcipher_walk_phys()
324 struct blkcipher_walk *walk) in blkcipher_walk_first()
352 struct blkcipher_walk *walk, in blkcipher_walk_virt_block()