Searched refs:KEY_ALLOC_NOT_IN_QUOTA (Results 1 – 19 of 19) sorted by relevance
/linux/certs/ |
H A D | system_keyring.c | 175 KEY_ALLOC_NOT_IN_QUOTA); in add_to_secondary_keyring() 235 KEY_ALLOC_NOT_IN_QUOTA, in system_trusted_keyring_init() 247 KEY_ALLOC_NOT_IN_QUOTA, in system_trusted_keyring_init()
|
H A D | blacklist.c | 192 KEY_ALLOC_NOT_IN_QUOTA | in mark_raw_hash_blacklisted() 273 KEY_ALLOC_NOT_IN_QUOTA | KEY_ALLOC_BUILT_IN in add_key_to_revocation_list() 344 , KEY_ALLOC_NOT_IN_QUOTA | in blacklist_init()
|
/linux/security/keys/ |
H A D | persistent.c | 27 KEY_ALLOC_NOT_IN_QUOTA, NULL, NULL); in key_create_persistent_register() 61 KEY_ALLOC_NOT_IN_QUOTA, NULL, in key_create_persistent()
|
H A D | key.c | 257 if (!(flags & KEY_ALLOC_NOT_IN_QUOTA)) { in key_alloc() 301 if (!(flags & KEY_ALLOC_NOT_IN_QUOTA)) in key_alloc() 330 if (!(flags & KEY_ALLOC_NOT_IN_QUOTA)) { in key_alloc() 343 if (!(flags & KEY_ALLOC_NOT_IN_QUOTA)) { in key_alloc()
|
H A D | request_key_auth.c | 219 KEY_USR_VIEW, KEY_ALLOC_NOT_IN_QUOTA, NULL); in request_key_auth_new()
|
/linux/security/integrity/ |
H A D | digsig.c | 107 KEY_ALLOC_NOT_IN_QUOTA, restriction, NULL); in __integrity_init_keyring() 179 KEY_ALLOC_NOT_IN_QUOTA); in integrity_add_key()
|
/linux/security/integrity/ima/ |
H A D | ima_mok.c | 41 KEY_ALLOC_NOT_IN_QUOTA | in ima_mok_init()
|
/linux/crypto/asymmetric_keys/ |
H A D | x509_loader.c | 38 KEY_ALLOC_NOT_IN_QUOTA | in x509_load_certificate_list()
|
H A D | selftest.c | 31 KEY_ALLOC_NOT_IN_QUOTA, in fips_signature_selftest()
|
/linux/fs/verity/ |
H A D | signature.c | 135 KEY_ALLOC_NOT_IN_QUOTA, NULL, NULL); in fsverity_init_signature()
|
/linux/drivers/nvme/common/ |
H A D | keyring.c | 201 KEY_ALLOC_NOT_IN_QUOTA, NULL, NULL); in nvme_keyring_init()
|
/linux/net/rxrpc/ |
H A D | rxperf.c | 563 KEY_ALLOC_NOT_IN_QUOTA); in rxperf_add_key() 598 KEY_ALLOC_NOT_IN_QUOTA, in rxperf_init()
|
H A D | key.c | 496 KEY_ALLOC_NOT_IN_QUOTA, NULL); in rxrpc_get_server_data_key() 543 KEY_POS_SEARCH, KEY_ALLOC_NOT_IN_QUOTA, NULL); in rxrpc_get_null_key()
|
/linux/net/dns_resolver/ |
H A D | dns_key.c | 355 KEY_ALLOC_NOT_IN_QUOTA, NULL, NULL); in init_dns_resolver()
|
/linux/include/linux/ |
H A D | key.h | 294 #define KEY_ALLOC_NOT_IN_QUOTA 0x0002 /* not in quota */ macro
|
/linux/fs/nfs/ |
H A D | nfs4idmap.c | 214 KEY_ALLOC_NOT_IN_QUOTA, NULL, NULL); in nfs_idmap_init()
|
/linux/fs/smb/client/ |
H A D | cifsacl.c | 481 KEY_ALLOC_NOT_IN_QUOTA, NULL, NULL); in init_cifs_idmap()
|
/linux/net/wireless/ |
H A D | reg.c | 754 KEY_ALLOC_NOT_IN_QUOTA, NULL, NULL); in load_builtin_regdb_keys()
|
/linux/Documentation/security/keys/ |
H A D | core.rst | 1269 KEY_ALLOC_NOT_IN_QUOTA in flags if the keyring shouldn't be accounted
|