Lines Matching refs:skcipher_walk
46 static int skcipher_walk_next(struct skcipher_walk *walk);
48 static inline void skcipher_map_src(struct skcipher_walk *walk)
53 static inline void skcipher_map_dst(struct skcipher_walk *walk)
58 static inline void skcipher_unmap_src(struct skcipher_walk *walk)
63 static inline void skcipher_unmap_dst(struct skcipher_walk *walk)
68 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk)
112 static int skcipher_done_slow(struct skcipher_walk *walk, unsigned int bsize)
123 int skcipher_walk_done(struct skcipher_walk *walk, int err)
200 void skcipher_walk_complete(struct skcipher_walk *walk, int err)
236 static void skcipher_queue_write(struct skcipher_walk *walk,
243 static int skcipher_next_slow(struct skcipher_walk *walk, unsigned int bsize)
304 static int skcipher_next_copy(struct skcipher_walk *walk)
336 static int skcipher_next_fast(struct skcipher_walk *walk)
362 static int skcipher_walk_next(struct skcipher_walk *walk)
415 static int skcipher_copy_iv(struct skcipher_walk *walk)
450 static int skcipher_walk_first(struct skcipher_walk *walk)
467 static int skcipher_walk_skcipher(struct skcipher_walk *walk,
495 int skcipher_walk_virt(struct skcipher_walk *walk,
512 int skcipher_walk_async(struct skcipher_walk *walk,
523 static int skcipher_walk_aead_common(struct skcipher_walk *walk,
565 int skcipher_walk_aead_encrypt(struct skcipher_walk *walk,
574 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk,