Searched refs:KEY_FLAG_NEGATIVE (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | key.h | 173 #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/ |
D | user_defined.c | 123 if (!test_bit(KEY_FLAG_NEGATIVE, &key->flags)) in user_update()
|
D | key.c | 559 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()
|
D | gc.c | 139 !test_bit(KEY_FLAG_NEGATIVE, &key->flags) && in key_gc_unused_keys()
|
D | proc.c | 253 showflag(key, 'N', KEY_FLAG_NEGATIVE), in proc_keys_show()
|
D | request_key.c | 597 if (test_bit(KEY_FLAG_NEGATIVE, &key->flags)) { in wait_for_key_construction()
|
D | keyring.c | 573 if (kflags & (1 << KEY_FLAG_NEGATIVE)) { in keyring_search_iterator()
|
D | trusted.c | 1017 if (test_bit(KEY_FLAG_NEGATIVE, &key->flags)) in trusted_update()
|
/linux-4.4.14/security/keys/encrypted-keys/ |
D | encrypted.c | 848 if (test_bit(KEY_FLAG_NEGATIVE, &key->flags)) in encrypted_update()
|