Searched refs:wait (Results 1 – 10 of 10) sorted by relevance
| /security/keys/trusted-keys/ |
| A D | trusted_dcp.c | 83 DECLARE_CRYPTO_WAIT(wait); in do_dcp_crypto() 107 crypto_req_done, &wait); in do_dcp_crypto() 118 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in do_dcp_crypto() 120 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in do_dcp_crypto() 136 DECLARE_CRYPTO_WAIT(wait); in do_aead_crypto() 168 crypto_req_done, &wait); in do_aead_crypto() 178 ret = crypto_wait_req(crypto_aead_encrypt(aead_req), &wait); in do_aead_crypto() 180 ret = crypto_wait_req(crypto_aead_decrypt(aead_req), &wait); in do_aead_crypto()
|
| /security/integrity/ima/ |
| A D | ima_crypto.c | 316 err = crypto_wait_req(err, wait); in ahash_wait() 333 struct crypto_wait wait; in ima_calc_file_hash_atfm() local 342 crypto_init_wait(&wait); in ima_calc_file_hash_atfm() 345 crypto_req_done, &wait); in ima_calc_file_hash_atfm() 383 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 398 ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 421 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 664 struct crypto_wait wait; in calc_buffer_ahash_atfm() local 673 crypto_init_wait(&wait); in calc_buffer_ahash_atfm() 676 crypto_req_done, &wait); in calc_buffer_ahash_atfm() [all …]
|
| /security/tomoyo/ |
| A D | securityfs_if.c | 161 static __poll_t tomoyo_poll(struct file *file, poll_table *wait) in tomoyo_poll() argument 163 return tomoyo_poll_control(file, wait); in tomoyo_poll()
|
| A D | audit.c | 471 __poll_t tomoyo_poll_log(struct file *file, poll_table *wait) in tomoyo_poll_log() argument 475 poll_wait(file, &tomoyo_log_wait, wait); in tomoyo_poll_log()
|
| A D | common.h | 796 __poll_t (*poll)(struct file *file, poll_table *wait); 993 __poll_t tomoyo_poll_control(struct file *file, poll_table *wait); 994 __poll_t tomoyo_poll_log(struct file *file, poll_table *wait);
|
| A D | common.c | 2288 static __poll_t tomoyo_poll_query(struct file *file, poll_table *wait) in tomoyo_poll_query() argument 2292 poll_wait(file, &tomoyo_query_wait, wait); in tomoyo_poll_query() 2625 __poll_t tomoyo_poll_control(struct file *file, poll_table *wait) in tomoyo_poll_control() argument 2630 return head->poll(file, wait) | EPOLLOUT | EPOLLWRNORM; in tomoyo_poll_control()
|
| /security/apparmor/include/ |
| A D | policy_ns.h | 69 wait_queue_head_t wait; member
|
| /security/keys/ |
| A D | request_key.c | 100 struct key *session_keyring, int wait) in call_usermodehelper_keys() argument 111 return call_usermodehelper_exec(info, wait); in call_usermodehelper_keys()
|
| /security/apparmor/ |
| A D | policy_ns.c | 119 init_waitqueue_head(&ns->wait); in alloc_ns()
|
| A D | apparmorfs.c | 549 if (wait_event_interruptible(rev->ns->wait, in ns_revision_read() 588 poll_wait(file, &rev->ns->wait, pt); in ns_revision_poll() 600 wake_up_interruptible(&ns->wait); in __aa_bump_ns_revision()
|
Completed in 24 milliseconds