Searched refs:KEY_FLAG_REVOKED (Results 1 – 8 of 8) sorted by relevance
/linux/security/keys/ |
A D | request_key_auth.c | 191 if (test_bit(KEY_FLAG_REVOKED, in request_key_auth_new() 276 if (test_bit(KEY_FLAG_REVOKED, &authkey->flags)) { in key_get_instantiation_authkey()
|
A D | keyring.c | 594 (1 << KEY_FLAG_REVOKED))) { in keyring_search_iterator() 712 (1 << KEY_FLAG_REVOKED))) in search_nested_keyrings() 1121 (1 << KEY_FLAG_REVOKED))) { in find_key_to_update() 1158 if (test_bit(KEY_FLAG_REVOKED, &keyring->flags)) in find_keyring_by_name() 1308 if (test_bit(KEY_FLAG_REVOKED, &keyring->flags)) in __key_link_begin() 1723 (1 << KEY_FLAG_REVOKED))) in keyring_gc()
|
A D | permission.c | 111 if (flags & ((1 << KEY_FLAG_REVOKED) | in key_validate()
|
A D | request_key.c | 30 (1 << KEY_FLAG_REVOKED)))) in check_cached_key() 287 if (!test_bit(KEY_FLAG_REVOKED, in construct_get_dest_keyring()
|
A D | proc.c | 229 showflag(flags, 'R', KEY_FLAG_REVOKED), in proc_keys_show()
|
A D | process_keys.c | 729 if (test_bit(KEY_FLAG_REVOKED, in lookup_user_key()
|
A D | key.c | 1070 if (!test_and_set_bit(KEY_FLAG_REVOKED, &key->flags)) { in key_revoke()
|
/linux/include/linux/ |
A D | key.h | 224 #define KEY_FLAG_REVOKED 1 /* set if key had been revoked */ macro
|
Completed in 15 milliseconds