Searched refs:ENOPKG (Results 1 - 25 of 37) sorted by last modified time

12

/linux-master/crypto/asymmetric_keys/
H A Dx509_cert_parser.c199 return -ENOPKG; /* Unsupported combination */
550 return -ENOPKG;
554 return -ENOPKG;
H A Dpkcs7_parser.c265 return -ENOPKG;
306 return -ENOPKG;
H A Dpublic_key.c144 return -ENOPKG;
H A Dmscode_parser.c107 return -ENOPKG;
H A Dverify_pefile.c338 return (PTR_ERR(tfm) == -ENOENT) ? -ENOPKG : PTR_ERR(tfm);
412 * (*) -ENOPKG if a suitable crypto module couldn't be found for a check on a
H A Dx509_public_key.c140 if (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) {
/linux-master/net/
H A Dsocket.c1188 int err = -ENOPKG;
1299 err = -ENOPKG;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c632 return -ENOPKG;
/linux-master/security/integrity/
H A Ddigsig_asymmetric.c100 return -ENOPKG;
121 ret = -ENOPKG;
/linux-master/fs/crypto/
H A Dkeysetup.c112 return ERR_PTR(-ENOPKG);
680 if (res == -ENOPKG && allow_unsupported) /* Algorithm unavailable? */
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3492 return -ENOPKG;
/linux-master/block/
H A Dblk-crypto-fallback.c620 * Returns -ENOPKG if the needed crypto API support is missing.
653 err = -ENOPKG;
H A Dblk-crypto-internal.h222 return -ENOPKG;
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h27 #define ENOPKG 55 /* Package not installed */ macro
/linux-master/lib/
H A Derrname.c109 E(ENOPKG),
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h27 #define ENOPKG 55 /* Package not installed */ macro
/linux-master/include/linux/
H A Dwatch_queue.h128 return -ENOPKG;
/linux-master/fs/verity/
H A Dhash_algs.c71 alg = ERR_PTR(-ENOPKG);
/linux-master/net/rxrpc/
H A Dkey.c242 case -ENOPKG:
244 ret = -ENOPKG;
601 return -ENOPKG;
680 return -ENOPKG;
H A Dserver_key.c83 return -ENOPKG;
/linux-master/certs/
H A Dblacklist.c78 return -ENOPKG;
/linux-master/kernel/module/
H A Dsigning.c103 case -ENOPKG:
/linux-master/crypto/
H A Decrdsa.c217 return -ENOPKG;
230 return -ENOPKG;
238 return -ENOPKG;

Completed in 257 milliseconds

12