Searched refs:skcipher_walk_first (Results 1 – 2 of 2) sorted by relevance
117 skcipher_walk_first(&walk, true); in memcpy_sglist()273 int skcipher_walk_first(struct skcipher_walk *walk, bool atomic) in skcipher_walk_first() function291 EXPORT_SYMBOL_GPL(skcipher_walk_first);
70 return skcipher_walk_first(walk, atomic); in skcipher_walk_virt()97 return skcipher_walk_first(walk, atomic); in skcipher_walk_aead_common()
Completed in 4 milliseconds