Searched refs:atomic (Results 1 – 3 of 3) sorted by relevance
39 struct skcipher_request *__restrict req, bool atomic) in skcipher_walk_virt() argument53 atomic = true; in skcipher_walk_virt()70 return skcipher_walk_first(walk, atomic); in skcipher_walk_virt()76 bool atomic) in skcipher_walk_aead_common() argument84 atomic = true; in skcipher_walk_aead_common()97 return skcipher_walk_first(walk, atomic); in skcipher_walk_aead_common()102 bool atomic) in skcipher_walk_aead_encrypt() argument106 return skcipher_walk_aead_common(walk, req, atomic); in skcipher_walk_aead_encrypt()112 bool atomic) in skcipher_walk_aead_decrypt() argument118 return skcipher_walk_aead_common(walk, req, atomic); in skcipher_walk_aead_decrypt()
273 int skcipher_walk_first(struct skcipher_walk *walk, bool atomic) in skcipher_walk_first() argument278 walk->flags = atomic ? 0 : SKCIPHER_WALK_SLEEP; in skcipher_walk_first()
535 struct acomp_req *__restrict req, bool atomic) in acomp_walk_virt() argument547 if ((req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) && !atomic) in acomp_walk_virt()
Completed in 7 milliseconds