Searched refs:KEY_FLAG_REVOKED (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/security/keys/ |
D | request_key_auth.c | 179 if (test_bit(KEY_FLAG_REVOKED, &cred->request_key_auth->flags)) in request_key_auth_new() 269 if (test_bit(KEY_FLAG_REVOKED, &authkey->flags)) { in key_get_instantiation_authkey()
|
D | permission.c | 97 if (flags & ((1 << KEY_FLAG_REVOKED) | in key_validate()
|
D | keyring.c | 542 (1 << KEY_FLAG_REVOKED))) { in keyring_search_iterator() 661 (1 << KEY_FLAG_REVOKED))) in search_nested_keyrings() 956 (1 << KEY_FLAG_REVOKED))) { in find_key_to_update() 998 if (test_bit(KEY_FLAG_REVOKED, &keyring->flags)) in find_keyring_by_name() 1091 if (test_bit(KEY_FLAG_REVOKED, &keyring->flags)) in __key_link_begin() 1375 (1 << KEY_FLAG_REVOKED))) in keyring_gc()
|
D | request_key.c | 239 !test_bit(KEY_FLAG_REVOKED, &authkey->flags)); in construct_key() 275 if (!test_bit(KEY_FLAG_REVOKED, in construct_get_dest_keyring()
|
D | proc.c | 249 showflag(key, 'R', KEY_FLAG_REVOKED), in proc_keys_show()
|
D | process_keys.c | 645 if (test_bit(KEY_FLAG_REVOKED, in lookup_user_key()
|
D | key.c | 993 if (!test_and_set_bit(KEY_FLAG_REVOKED, &key->flags) && in key_revoke()
|
/linux-4.4.14/include/linux/ |
D | key.h | 170 #define KEY_FLAG_REVOKED 2 /* set if key had been revoked */ macro
|
/linux-4.4.14/fs/f2fs/ |
D | f2fs.h | 2180 (1 << KEY_FLAG_REVOKED) | in f2fs_get_encryption_info()
|
/linux-4.4.14/fs/ext4/ |
D | ext4.h | 2344 (1 << KEY_FLAG_REVOKED) | in ext4_get_encryption_info()
|