Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Drequest_key.c627 NULL, NULL, KEY_ALLOC_IN_QUOTA); in request_key()
663 aux, NULL, KEY_ALLOC_IN_QUOTA); in request_key_with_auxdata()
696 KEY_ALLOC_IN_QUOTA); in request_key_async()
721 callout_len, aux, NULL, KEY_ALLOC_IN_QUOTA); in request_key_async_with_auxdata()
Dprocess_keys.c79 KEY_ALLOC_IN_QUOTA, NULL); in install_user_keyrings()
95 KEY_ALLOC_IN_QUOTA, NULL); in install_user_keyrings()
230 flags = KEY_ALLOC_IN_QUOTA; in install_session_keyring_to_cred()
788 KEY_ALLOC_IN_QUOTA, NULL); in join_session_keyring()
Dkeyctl.c130 KEY_ALLOC_IN_QUOTA); in SYSCALL_DEFINE5()
221 KEY_ALLOC_IN_QUOTA); in SYSCALL_DEFINE4()
/linux-4.1.27/include/linux/
Dkey.h222 #define KEY_ALLOC_IN_QUOTA 0x0000 /* add to quota, reject if would overrun */ macro