Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Drequest_key_auth.c224 return ERR_PTR(-EKEYREVOKED); in request_key_auth_new()
271 authkey = ERR_PTR(-EKEYREVOKED); in key_get_instantiation_authkey()
Dpermission.c99 return -EKEYREVOKED; in key_validate()
Dkeyring.c543 ctx->result = ERR_PTR(-EKEYREVOKED); in keyring_search_iterator()
1090 ret = -EKEYREVOKED; in __key_link_begin()
Dprocess_keys.c647 key_ref = ERR_PTR(-EKEYREVOKED); in lookup_user_key()
/linux-4.1.27/include/uapi/asm-generic/
Derrno.h111 #define EKEYREVOKED 128 /* Key has been revoked */ macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Derrno.h106 #define EKEYREVOKED 130 /* Key has been revoked */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Derrno.h72 #define EKEYREVOKED 186 /* Key has been revoked */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Derrno.h116 #define EKEYREVOKED 134 /* Key has been revoked */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Derrno.h115 #define EKEYREVOKED 163 /* Key has been revoked */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c169 [EKEYREVOKED] = LUSTRE_EKEYREVOKED,
315 [LUSTRE_EKEYREVOKED] = EKEYREVOKED,
/linux-4.1.27/net/ceph/
Dceph_common.c303 case -EKEYREVOKED: in get_secret()
/linux-4.1.27/Documentation/security/
Dkeys-request-key.txt199 EKEYREVOKED > EKEYEXPIRED > ENOKEY
Dkeys.txt506 use the key will be met with error EKEYREVOKED, and the key will no longer
627 Error ENOKEY, EKEYREVOKED or EKEYEXPIRED will be returned if the search
895 Should the function fail error ENOKEY, EKEYEXPIRED or EKEYREVOKED will be
1019 revoked. Should the key be invalid, error EKEYEXPIRED or EKEYREVOKED will
/linux-4.1.27/fs/afs/
Dwrite.c419 case -EKEYREVOKED: in afs_write_back_from_locked_page()
/linux-4.1.27/fs/ecryptfs/
Dkeystore.c55 case -EKEYREVOKED: in process_request_key_err()
/linux-4.1.27/fs/cifs/
Dsmb2maperror.c411 {STATUS_ACCOUNT_DISABLED, -EKEYREVOKED, "STATUS_ACCOUNT_DISABLED"},