Home
last modified time | relevance | path

Searched refs:atomic (Results 1 – 3 of 3) sorted by relevance

/crypto/
A Dskcipher.c39 struct skcipher_request *__restrict req, bool atomic) in skcipher_walk_virt() argument
53 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() argument
84 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() argument
106 return skcipher_walk_aead_common(walk, req, atomic); in skcipher_walk_aead_encrypt()
112 bool atomic) in skcipher_walk_aead_decrypt() argument
118 return skcipher_walk_aead_common(walk, req, atomic); in skcipher_walk_aead_decrypt()
A Dscatterwalk.c273 int skcipher_walk_first(struct skcipher_walk *walk, bool atomic) in skcipher_walk_first() argument
278 walk->flags = atomic ? 0 : SKCIPHER_WALK_SLEEP; in skcipher_walk_first()
A Dacompress.c535 struct acomp_req *__restrict req, bool atomic) in acomp_walk_virt() argument
547 if ((req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) && !atomic) in acomp_walk_virt()

Completed in 7 milliseconds