Lines Matching refs:blkcipher_walk
41 struct blkcipher_walk *walk);
43 struct blkcipher_walk *walk);
45 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src()
50 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst()
55 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src()
60 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst()
74 static inline unsigned int blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow()
85 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
105 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
148 struct blkcipher_walk *walk, in blkcipher_next_slow()
183 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) in blkcipher_next_copy()
198 struct blkcipher_walk *walk) in blkcipher_next_fast()
225 struct blkcipher_walk *walk) in blkcipher_walk_next()
276 static inline int blkcipher_copy_iv(struct blkcipher_walk *walk) in blkcipher_copy_iv()
300 struct blkcipher_walk *walk) in blkcipher_walk_virt()
312 struct blkcipher_walk *walk) in blkcipher_walk_phys()
324 struct blkcipher_walk *walk) in blkcipher_walk_first()
349 struct blkcipher_walk *walk, in blkcipher_walk_virt_block()
362 struct blkcipher_walk *walk, in blkcipher_aead_walk_virt_block()