Searched refs:EKEYEXPIRED (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h116 #define EKEYEXPIRED 133 /* Key has expired */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h115 #define EKEYEXPIRED 162 /* Key has expired */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h106 #define EKEYEXPIRED 129 /* Key has expired */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h116 #define EKEYEXPIRED 133 /* Key has expired */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h115 #define EKEYEXPIRED 162 /* Key has expired */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h106 #define EKEYEXPIRED 129 /* Key has expired */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h111 #define EKEYEXPIRED 127 /* Key has expired */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h111 #define EKEYEXPIRED 127 /* Key has expired */ macro
/linux-master/security/keys/
H A Dpermission.c100 * the key has been revoked or -EKEYEXPIRED if the key has expired.
118 return -EKEYEXPIRED;
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h72 #define EKEYEXPIRED 185 /* Key has expired */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h72 #define EKEYEXPIRED 185 /* Key has expired */ macro
/linux-master/fs/afs/
H A Dmisc.c101 case RXKADEXPIRED: return -EKEYEXPIRED;
H A Dwrite.c143 case -EKEYEXPIRED:
H A Dvl_probe.c74 case -EKEYEXPIRED:
H A Dflock.c560 case -EKEYEXPIRED:
/linux-master/lib/
H A Derrname.c70 E(EKEYEXPIRED),
/linux-master/include/trace/misc/
H A Dnfs.h232 { EKEYEXPIRED, "EKEYEXPIRED" }, \
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c207 * than -EKEYEXPIRED gets converted to -EACCES.
211 p = (ret == -EKEYEXPIRED) ? ERR_PTR(-EKEYEXPIRED) :
382 case -EKEYEXPIRED:
779 case -EKEYEXPIRED:
1598 status = -EKEYEXPIRED;
1658 return -EKEYEXPIRED;
/linux-master/fs/smb/client/
H A Dnetmisc.c110 {ERRaccountexpired, -EKEYEXPIRED},
113 {ERRpasswordExpired, -EKEYEXPIRED},
H A Dsmb2maperror.c399 {STATUS_PASSWORD_EXPIRED, -EKEYEXPIRED, "STATUS_PASSWORD_EXPIRED"},
722 {STATUS_ACCOUNT_EXPIRED, -EKEYEXPIRED, "STATUS_ACCOUNT_EXPIRED"},
/linux-master/net/rxrpc/
H A Drxkad.c970 return rxrpc_abort_conn(conn, skb, RXKADEXPIRED, -EKEYEXPIRED,
1044 case -EKEYEXPIRED:
/linux-master/fs/ecryptfs/
H A Dkeystore.c38 case -EKEYEXPIRED:
508 if (rc == -EKEYEXPIRED)
/linux-master/net/ceph/
H A Dceph_common.c372 case -EKEYEXPIRED:
/linux-master/fs/netfs/
H A Dbuffered_write.c735 case -EKEYEXPIRED:
/linux-master/net/sunrpc/
H A Dclnt.c1862 case -EKEYEXPIRED:
1991 case -EKEYEXPIRED:

Completed in 358 milliseconds

12