Lines Matching defs:walk
42 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp()
71 int skcipher_walk_done(struct skcipher_walk *walk, int res) in skcipher_walk_done()
143 static int skcipher_next_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_next_slow()
173 static int skcipher_next_copy(struct skcipher_walk *walk) in skcipher_next_copy()
190 static int skcipher_next_fast(struct skcipher_walk *walk) in skcipher_next_fast()
210 static int skcipher_walk_next(struct skcipher_walk *walk) in skcipher_walk_next()
244 static int skcipher_copy_iv(struct skcipher_walk *walk) in skcipher_copy_iv()
266 static int skcipher_walk_first(struct skcipher_walk *walk) in skcipher_walk_first()
283 int skcipher_walk_virt(struct skcipher_walk *__restrict walk, in skcipher_walk_virt()
321 static int skcipher_walk_aead_common(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_common()
349 int skcipher_walk_aead_encrypt(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_encrypt()
359 int skcipher_walk_aead_decrypt(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_decrypt()