Searched refs:skcipher_walk_gfp (Results 1 – 1 of 1) sorted by relevance
28 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp() function163 buffer = kzalloc(n, skcipher_walk_gfp(walk)); in skcipher_next_slow()238 gfp_t gfp = skcipher_walk_gfp(walk); in skcipher_walk_next()263 walk->buffer = kmalloc(size, skcipher_walk_gfp(walk)); in skcipher_copy_iv()
Completed in 3 milliseconds