Searched refs:EKEYREVOKED (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h117 #define EKEYREVOKED 134 /* Key has been revoked */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h116 #define EKEYREVOKED 163 /* Key has been revoked */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h107 #define EKEYREVOKED 130 /* Key has been revoked */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h117 #define EKEYREVOKED 134 /* Key has been revoked */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h116 #define EKEYREVOKED 163 /* Key has been revoked */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h107 #define EKEYREVOKED 130 /* Key has been revoked */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h112 #define EKEYREVOKED 128 /* Key has been revoked */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h112 #define EKEYREVOKED 128 /* Key has been revoked */ macro
/linux-master/security/keys/
H A Dpermission.c99 * key is invalidated, -EKEYREVOKED if the key's type has been removed or if
113 return -EKEYREVOKED;
H A Drequest_key_auth.c90 return -EKEYREVOKED;
194 ret = -EKEYREVOKED;
278 authkey = ERR_PTR(-EKEYREVOKED);
H A Dprocess_keys.c603 * to a key or the best found key was a negative key; -EKEYREVOKED or
731 key_ref = ERR_PTR(-EKEYREVOKED);
H A Dkeyring.c595 ctx->result = ERR_PTR(-EKEYREVOKED);
1307 ret = -EKEYREVOKED;
1427 * -EKEYREVOKED if the keyring has been revoked, -ENFILE if the keyring is
1580 * -EKEYREVOKED if either keyring has been revoked, -ENFILE if the second
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h73 #define EKEYREVOKED 186 /* Key has been revoked */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h73 #define EKEYREVOKED 186 /* Key has been revoked */ macro
/linux-master/drivers/md/
H A Ddm-verity-verify-sig.c47 ret = -EKEYREVOKED;
/linux-master/lib/
H A Ddigsig.c89 err = -EKEYREVOKED;
H A Derrname.c72 E(EKEYREVOKED),
/linux-master/fs/afs/
H A Dwrite.c145 case -EKEYREVOKED:
H A Dvl_probe.c75 case -EKEYREVOKED:
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h87 return ERR_PTR(-EKEYREVOKED);
123 return ERR_PTR(-EKEYREVOKED);
/linux-master/fs/ubifs/
H A Dauth.c297 err = -EKEYREVOKED;
/linux-master/crypto/
H A Daf_alg.c240 return ERR_PTR(-EKEYREVOKED);
254 return ERR_PTR(-EKEYREVOKED);
268 return ERR_PTR(-EKEYREVOKED);
/linux-master/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c25 [MLXFW_FSM_STATE_ERR_REJECTED_UNSIGNED] = -EKEYREVOKED,
/linux-master/net/ceph/
H A Dceph_common.c376 case -EKEYREVOKED:
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c323 ukey = ERR_PTR(-EKEYREVOKED);

Completed in 494 milliseconds

12