Home
last modified time | relevance | path

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

12

/linux/security/keys/
H A Drequest_key_auth.c90 return -EKEYREVOKED; in request_key_auth_read()
194 ret = -EKEYREVOKED; in request_key_auth_new()
278 authkey = ERR_PTR(-EKEYREVOKED); in key_get_instantiation_authkey()
H A Dpermission.c99 * key is invalidated, -EKEYREVOKED if the key's type has been removed or if
113 return -EKEYREVOKED; in key_validate()
H A Dkeyring.c595 ctx->result = ERR_PTR(-EKEYREVOKED); in keyring_search_iterator()
1310 ret = -EKEYREVOKED; in __key_link_begin()
1430 * -EKEYREVOKED if the keyring has been revoked, -ENFILE if the keyring is
1583 * -EKEYREVOKED if either keyring has been revoked, -ENFILE if the second
/linux/tools/include/uapi/asm-generic/
H A Derrno.h112 #define EKEYREVOKED 128 /* Key has been revoked */ macro
/linux/include/uapi/asm-generic/
H A Derrno.h112 #define EKEYREVOKED 128 /* Key has been revoked */ macro
/linux/arch/mips/include/uapi/asm/
H A Derrno.h116 #define EKEYREVOKED 163 /* Key has been revoked */ macro
/linux/arch/alpha/include/uapi/asm/
H A Derrno.h117 #define EKEYREVOKED 134 /* Key has been revoked */ macro
/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h117 #define EKEYREVOKED 134 /* Key has been revoked */ macro
/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h73 #define EKEYREVOKED 186 /* Key has been revoked */ macro
/linux/arch/sparc/include/uapi/asm/
H A Derrno.h107 #define EKEYREVOKED 130 /* Key has been revoked */ macro
/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h116 #define EKEYREVOKED 163 /* Key has been revoked */ macro
/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h107 #define EKEYREVOKED 130 /* Key has been revoked */ macro
/linux/fs/afs/
H A Dwrite.c160 case -EKEYREVOKED: in afs_issue_write_worker()
218 case -EKEYREVOKED: in afs_retry_request()
H A Dvl_probe.c75 case -EKEYREVOKED: in afs_vlserver_probe_result()
/linux/drivers/md/
H A Ddm-verity-verify-sig.c47 ret = -EKEYREVOKED; in verity_verify_get_sig_from_key()
/linux/lib/
H A Ddigsig.c89 err = -EKEYREVOKED; in digsig_verify_rsa()
H A Derrname.c72 E(EKEYREVOKED),
/linux/fs/ecryptfs/
H A 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/net/rxrpc/
H A Drxgk_app.c259 case -EKEYREVOKED: in rxgk_extract_token()
/linux/drivers/nvme/common/
H A Dkeyring.c38 return ERR_PTR(-EKEYREVOKED); in nvme_tls_key_lookup()
/linux/crypto/
H A Daf_alg.c240 return ERR_PTR(-EKEYREVOKED); in key_data_ptr_user()
254 return ERR_PTR(-EKEYREVOKED); in key_data_ptr_encrypted()
268 return ERR_PTR(-EKEYREVOKED); in key_data_ptr_trusted()
/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c24 [MLXFW_FSM_STATE_ERR_REJECTED_UNSIGNED] = -EKEYREVOKED,
/linux/kernel/
H A Dcrash_dump_dm_crypt.c157 return -EKEYREVOKED; in read_key_from_user_keying()
/linux/fs/ubifs/
H A Dauth.c297 err = -EKEYREVOKED; in ubifs_init_authentication()
/linux/Documentation/security/keys/
H A Drequest-key.rst204 EKEYREVOKED > EKEYEXPIRED > ENOKEY

12