Lines Matching refs:skcipher_walk

43 static int skcipher_walk_next(struct skcipher_walk *walk);
59 static inline void skcipher_map_src(struct skcipher_walk *walk) in skcipher_map_src()
64 static inline void skcipher_map_dst(struct skcipher_walk *walk) in skcipher_map_dst()
69 static inline void skcipher_unmap_src(struct skcipher_walk *walk) in skcipher_unmap_src()
74 static inline void skcipher_unmap_dst(struct skcipher_walk *walk) in skcipher_unmap_dst()
79 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp()
94 static int skcipher_done_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_done_slow()
105 int skcipher_walk_done(struct skcipher_walk *walk, int err) in skcipher_walk_done()
182 void skcipher_walk_complete(struct skcipher_walk *walk, int err) in skcipher_walk_complete()
218 static void skcipher_queue_write(struct skcipher_walk *walk, in skcipher_queue_write()
225 static int skcipher_next_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_next_slow()
286 static int skcipher_next_copy(struct skcipher_walk *walk) in skcipher_next_copy()
318 static int skcipher_next_fast(struct skcipher_walk *walk) in skcipher_next_fast()
344 static int skcipher_walk_next(struct skcipher_walk *walk) in skcipher_walk_next()
397 static int skcipher_copy_iv(struct skcipher_walk *walk) in skcipher_copy_iv()
432 static int skcipher_walk_first(struct skcipher_walk *walk) in skcipher_walk_first()
449 static int skcipher_walk_skcipher(struct skcipher_walk *walk, in skcipher_walk_skcipher()
477 int skcipher_walk_virt(struct skcipher_walk *walk, in skcipher_walk_virt()
494 int skcipher_walk_async(struct skcipher_walk *walk, in skcipher_walk_async()
505 static int skcipher_walk_aead_common(struct skcipher_walk *walk, in skcipher_walk_aead_common()
547 int skcipher_walk_aead_encrypt(struct skcipher_walk *walk, in skcipher_walk_aead_encrypt()
556 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk, in skcipher_walk_aead_decrypt()