Home
last modified time | relevance | path

Searched refs:KEY_FLAG_NEGATIVE (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/linux/
Dkey.h173 #define KEY_FLAG_NEGATIVE 5 /* set if key is negative */ macro
330 !test_bit(KEY_FLAG_NEGATIVE, &key->flags); in key_is_instantiated()
/linux-4.4.14/security/keys/
Duser_defined.c123 if (!test_bit(KEY_FLAG_NEGATIVE, &key->flags)) in user_update()
Dkey.c559 set_bit(KEY_FLAG_NEGATIVE, &key->flags); in key_reject_and_link()
733 clear_bit(KEY_FLAG_NEGATIVE, &key->flags); in __key_update()
960 clear_bit(KEY_FLAG_NEGATIVE, &key->flags); in key_update()
Dgc.c139 !test_bit(KEY_FLAG_NEGATIVE, &key->flags) && in key_gc_unused_keys()
Dproc.c253 showflag(key, 'N', KEY_FLAG_NEGATIVE), in proc_keys_show()
Drequest_key.c597 if (test_bit(KEY_FLAG_NEGATIVE, &key->flags)) { in wait_for_key_construction()
Dkeyring.c573 if (kflags & (1 << KEY_FLAG_NEGATIVE)) { in keyring_search_iterator()
Dtrusted.c1017 if (test_bit(KEY_FLAG_NEGATIVE, &key->flags)) in trusted_update()
/linux-4.4.14/security/keys/encrypted-keys/
Dencrypted.c848 if (test_bit(KEY_FLAG_NEGATIVE, &key->flags)) in encrypted_update()