Searched refs:KEY_ALLOC_NOT_IN_QUOTA (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/kernel/ |
D | system_keyring.c | 39 KEY_ALLOC_NOT_IN_QUOTA, NULL); in system_trusted_keyring_init() 86 KEY_ALLOC_NOT_IN_QUOTA | in load_system_certificate_list()
|
/linux-4.1.27/security/integrity/ |
D | digsig.c | 76 KEY_ALLOC_NOT_IN_QUOTA, NULL); in integrity_init_keyring() 108 KEY_ALLOC_NOT_IN_QUOTA | KEY_ALLOC_TRUSTED); in integrity_load_x509()
|
/linux-4.1.27/security/keys/ |
D | persistent.c | 29 KEY_ALLOC_NOT_IN_QUOTA, NULL); in key_create_persistent_register() 63 KEY_ALLOC_NOT_IN_QUOTA, in key_create_persistent()
|
D | key.c | 255 if (!(flags & KEY_ALLOC_NOT_IN_QUOTA)) { in key_alloc() 295 if (!(flags & KEY_ALLOC_NOT_IN_QUOTA)) in key_alloc() 319 if (!(flags & KEY_ALLOC_NOT_IN_QUOTA)) { in key_alloc() 332 if (!(flags & KEY_ALLOC_NOT_IN_QUOTA)) { in key_alloc()
|
D | request_key_auth.c | 205 KEY_USR_VIEW, KEY_ALLOC_NOT_IN_QUOTA); in request_key_auth_new()
|
/linux-4.1.27/fs/cifs/ |
D | cifs_spnego.c | 210 KEY_ALLOC_NOT_IN_QUOTA, NULL); in init_cifs_spnego()
|
D | cifsacl.c | 364 KEY_ALLOC_NOT_IN_QUOTA, NULL); in init_cifs_idmap()
|
/linux-4.1.27/net/dns_resolver/ |
D | dns_key.c | 282 KEY_ALLOC_NOT_IN_QUOTA, NULL); in init_dns_resolver()
|
/linux-4.1.27/include/linux/ |
D | key.h | 224 #define KEY_ALLOC_NOT_IN_QUOTA 0x0002 /* not in quota */ macro
|
/linux-4.1.27/net/rxrpc/ |
D | ar-key.c | 980 KEY_ALLOC_NOT_IN_QUOTA); in rxrpc_get_server_data_key() 1027 KEY_POS_SEARCH, KEY_ALLOC_NOT_IN_QUOTA); in rxrpc_get_null_key()
|
/linux-4.1.27/fs/nfs/ |
D | nfs4idmap.c | 204 KEY_ALLOC_NOT_IN_QUOTA, NULL); in nfs_idmap_init_keyring()
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 1010 KEY_ALLOC_NOT_IN_QUOTA in flags if the keyring shouldn't be accounted
|