Home
last modified time | relevance | path

Searched refs:EKEYREVOKED (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.4/security/keys/
Drequest_key_auth.c90 return -EKEYREVOKED; in request_key_auth_read()
195 ret = -EKEYREVOKED; in request_key_auth_new()
279 authkey = ERR_PTR(-EKEYREVOKED); in key_get_instantiation_authkey()
Dpermission.c96 return -EKEYREVOKED; in key_validate()
Dkeyring.c599 ctx->result = ERR_PTR(-EKEYREVOKED); in keyring_search_iterator()
1309 ret = -EKEYREVOKED; in __key_link_begin()
Dprocess_keys.c731 key_ref = ERR_PTR(-EKEYREVOKED); in lookup_user_key()
/Linux-v5.4/include/uapi/asm-generic/
Derrno.h112 #define EKEYREVOKED 128 /* Key has been revoked */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Derrno.h112 #define EKEYREVOKED 128 /* Key has been revoked */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Derrno.h107 #define EKEYREVOKED 130 /* Key has been revoked */ macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Derrno.h73 #define EKEYREVOKED 186 /* Key has been revoked */ macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Derrno.h117 #define EKEYREVOKED 134 /* Key has been revoked */ macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Derrno.h116 #define EKEYREVOKED 163 /* Key has been revoked */ macro
/Linux-v5.4/tools/arch/mips/include/uapi/asm/
Derrno.h116 #define EKEYREVOKED 163 /* Key has been revoked */ macro
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/
Derrno.h117 #define EKEYREVOKED 134 /* Key has been revoked */ macro
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/
Derrno.h73 #define EKEYREVOKED 186 /* Key has been revoked */ macro
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/
Derrno.h107 #define EKEYREVOKED 130 /* Key has been revoked */ macro
/Linux-v5.4/drivers/md/
Ddm-verity-verify-sig.c47 ret = -EKEYREVOKED; in verity_verify_get_sig_from_key()
/Linux-v5.4/lib/
Ddigsig.c89 err = -EKEYREVOKED; in digsig_verify_rsa()
/Linux-v5.4/fs/ecryptfs/
Decryptfs_kernel.h87 return ERR_PTR(-EKEYREVOKED); in ecryptfs_get_encrypted_key_payload_data()
123 return ERR_PTR(-EKEYREVOKED); in ecryptfs_get_key_payload_data()
/Linux-v5.4/fs/afs/
Dwrite.c433 case -EKEYREVOKED: in afs_store_data()
577 case -EKEYREVOKED: in afs_write_back_from_locked_page()
Dflock.c573 case -EKEYREVOKED: in afs_do_setlk()
/Linux-v5.4/fs/ubifs/
Dauth.c322 err = -EKEYREVOKED; in ubifs_init_authentication()
/Linux-v5.4/net/ceph/
Dceph_common.c340 case -EKEYREVOKED: in get_secret()
/Linux-v5.4/fs/crypto/
Dkeyring.c144 PTR_ERR(keyref) == -EKEYREVOKED) /* recently invalidated */ in search_fscrypt_keyring()
/Linux-v5.4/Documentation/security/keys/
Drequest-key.rst204 EKEYREVOKED > EKEYEXPIRED > ENOKEY
Dcore.rst495 use the key will be met with error EKEYREVOKED, and the key will no longer
637 Error ENOKEY, EKEYREVOKED or EKEYEXPIRED will be returned if the search
1096 Should the function fail error ENOKEY, EKEYEXPIRED or EKEYREVOKED will be
1238 revoked. Should the key be invalid, error EKEYEXPIRED or EKEYREVOKED will
/Linux-v5.4/security/keys/encrypted-keys/
Dencrypted.c317 ukey = ERR_PTR(-EKEYREVOKED); in request_user_key()

12