Searched refs:ENOPKG (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/kernel/
H A Dmodule_signature.c30 return -ENOPKG;
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_trust.c34 kleave(" = -ENOPKG [cached]");
35 return -ENOPKG;
150 * (*) -ENOPKG if a suitable crypto module couldn't be found for a check on a
174 case -ENOPKG:
176 cached_ret = -ENOPKG;
H A Drestrict.c66 * signature check fails or the key is blacklisted, -ENOPKG if the signature
89 return -ENOPKG;
126 * certificate is not a CA. -ENOPKG if the signature uses unsupported
142 return -ENOPKG;
167 * certificate is not a digsig. -ENOPKG if the signature uses unsupported
184 return -ENOPKG;
230 return -ENOPKG;
324 * -EKEYREJECTED if the signature check fails, -ENOPKG if the signature uses
352 * -EKEYREJECTED if the signature check fails, -ENOPKG if the signature uses
H A Dpkcs7_verify.c38 return -ENOPKG;
45 return (PTR_ERR(tfm) == -ENOENT) ? -ENOPKG : PTR_ERR(tfm);
391 * (*) -ENOPKG if none of the signature chains are verifiable because suitable
398 int actual_ret = -ENOPKG;
444 if (actual_ret == -ENOPKG)
449 if (ret == -ENOPKG) {
H A Dmscode_parser.c107 return -ENOPKG;
H A Dpkcs8_parser.c74 return -ENOPKG;
/linux-master/security/integrity/
H A Ddigsig_asymmetric.c100 return -ENOPKG;
121 ret = -ENOPKG;
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h62 #define ENOPKG 92 /* Package not installed */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h43 #define ENOPKG 65 /* Package not installed */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h89 #define ENOPKG 113 /* Package not installed */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h62 #define ENOPKG 92 /* Package not installed */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h43 #define ENOPKG 65 /* Package not installed */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h89 #define ENOPKG 113 /* Package not installed */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h48 #define ENOPKG 65 /* Package not installed */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h48 #define ENOPKG 65 /* Package not installed */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h27 #define ENOPKG 55 /* Package not installed */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h27 #define ENOPKG 55 /* Package not installed */ macro
/linux-master/kernel/module/
H A Dsigning.c103 case -ENOPKG:
/linux-master/include/linux/
H A Dwatch_queue.h128 return -ENOPKG;
/linux-master/crypto/
H A Decrdsa.c217 return -ENOPKG;
230 return -ENOPKG;
238 return -ENOPKG;
/linux-master/net/9p/
H A Derror.c84 {"Package not installed", ENOPKG},
/linux-master/net/rxrpc/
H A Dserver_key.c83 return -ENOPKG;
H A Dkey.c242 case -ENOPKG:
244 ret = -ENOPKG;
601 return -ENOPKG;
680 return -ENOPKG;
/linux-master/block/
H A Dblk-crypto-internal.h222 return -ENOPKG;
/linux-master/fs/verity/
H A Dhash_algs.c71 alg = ERR_PTR(-ENOPKG);

Completed in 314 milliseconds

12