Lines Matching refs:skcipher_walk
42 static int skcipher_walk_next(struct skcipher_walk *walk);
58 static inline void skcipher_map_src(struct skcipher_walk *walk)
63 static inline void skcipher_map_dst(struct skcipher_walk *walk)
68 static inline void skcipher_unmap_src(struct skcipher_walk *walk)
73 static inline void skcipher_unmap_dst(struct skcipher_walk *walk)
78 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk)
93 static int skcipher_done_slow(struct skcipher_walk *walk, unsigned int bsize)
104 int skcipher_walk_done(struct skcipher_walk *walk, int err)
181 void skcipher_walk_complete(struct skcipher_walk *walk, int err)
217 static void skcipher_queue_write(struct skcipher_walk *walk,
224 static int skcipher_next_slow(struct skcipher_walk *walk, unsigned int bsize)
285 static int skcipher_next_copy(struct skcipher_walk *walk)
317 static int skcipher_next_fast(struct skcipher_walk *walk)
343 static int skcipher_walk_next(struct skcipher_walk *walk)
396 static int skcipher_copy_iv(struct skcipher_walk *walk)
431 static int skcipher_walk_first(struct skcipher_walk *walk)
448 static int skcipher_walk_skcipher(struct skcipher_walk *walk,
476 int skcipher_walk_virt(struct skcipher_walk *walk,
493 void skcipher_walk_atomise(struct skcipher_walk *walk)
499 int skcipher_walk_async(struct skcipher_walk *walk,
510 static int skcipher_walk_aead_common(struct skcipher_walk *walk,
552 int skcipher_walk_aead_encrypt(struct skcipher_walk *walk,
561 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk,