Home
last modified time | relevance | path

Searched refs:KEY_ALLOC_IN_QUOTA (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/keys/
Drequest_key.c656 NULL, NULL, KEY_ALLOC_IN_QUOTA); in request_key()
692 aux, NULL, KEY_ALLOC_IN_QUOTA); in request_key_with_auxdata()
725 KEY_ALLOC_IN_QUOTA); in request_key_async()
750 callout_len, aux, NULL, KEY_ALLOC_IN_QUOTA); in request_key_async_with_auxdata()
Dprocess_keys.c81 KEY_ALLOC_IN_QUOTA, in install_user_keyrings()
99 KEY_ALLOC_IN_QUOTA, in install_user_keyrings()
244 flags = KEY_ALLOC_IN_QUOTA; in install_session_keyring_to_cred()
805 KEY_ALLOC_IN_QUOTA, NULL, NULL); in join_session_keyring()
Dkeyctl.c124 KEY_ALLOC_IN_QUOTA); in SYSCALL_DEFINE5()
215 KEY_ALLOC_IN_QUOTA); in SYSCALL_DEFINE4()
/Linux-v4.19/include/linux/
Dkey.h246 #define KEY_ALLOC_IN_QUOTA 0x0000 /* add to quota, reject if would overrun */ macro