Home
last modified time | relevance | path

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

/linux-6.12.1/security/keys/
Drequest_key_auth.c191 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()
Dpermission.c111 if (flags & ((1 << KEY_FLAG_REVOKED) | in key_validate()
Dkeyring.c594 (1 << KEY_FLAG_REVOKED))) { in keyring_search_iterator()
712 (1 << KEY_FLAG_REVOKED))) in search_nested_keyrings()
1124 (1 << KEY_FLAG_REVOKED))) { in find_key_to_update()
1161 if (test_bit(KEY_FLAG_REVOKED, &keyring->flags)) in find_keyring_by_name()
1311 if (test_bit(KEY_FLAG_REVOKED, &keyring->flags)) in __key_link_begin()
1726 (1 << KEY_FLAG_REVOKED))) in keyring_gc()
Drequest_key.c30 (1 << KEY_FLAG_REVOKED)))) in check_cached_key()
290 if (!test_bit(KEY_FLAG_REVOKED, in construct_get_dest_keyring()
Dproc.c229 showflag(flags, 'R', KEY_FLAG_REVOKED), in proc_keys_show()
Dprocess_keys.c729 if (test_bit(KEY_FLAG_REVOKED, in lookup_user_key()
Dkey.c1140 if (!test_and_set_bit(KEY_FLAG_REVOKED, &key->flags)) { in key_revoke()
/linux-6.12.1/drivers/nvme/common/
Dkeyring.c25 return test_bit(KEY_FLAG_REVOKED, &psk->flags) || in nvme_tls_psk_revoked()
/linux-6.12.1/include/linux/
Dkey.h230 #define KEY_FLAG_REVOKED 1 /* set if key had been revoked */ macro