Searched refs:EBADMSG (Results 1 - 25 of 252) sorted by relevance

1234567891011

/linux-master/kernel/
H A Dmodule_signature.c25 return -EBADMSG;
42 return -EBADMSG;
/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_devlink.c40 * value and -EBADMSG if @prod_info could not be parsed.
58 return -EBADMSG;
63 return -EBADMSG;
67 return -EBADMSG;
90 * Return: zero on success, -EBADMSG if @prod_info could not be
102 return -EBADMSG;
106 return -EBADMSG;
110 return -EBADMSG;
/linux-master/security/integrity/platform_certs/
H A Defi_parser.c32 * Error EBADMSG is returned if the list doesn't parse correctly and 0 is
53 return -EBADMSG;
67 pr_devel("<--%s() = -EBADMSG [overrun @%x]\n",
69 return -EBADMSG;
78 return -EBADMSG;
/linux-master/crypto/asymmetric_keys/
H A Dmscode_parser.c48 return -EBADMSG;
59 return -EBADMSG;
103 return -EBADMSG;
/linux-master/net/nfc/nci/
H A Dlib.c34 return -EBADMSG;
/linux-master/drivers/platform/chrome/wilco_ec/
H A Dproperties.c52 return -EBADMSG;
54 return -EBADMSG;
98 return -EBADMSG;
116 return -EBADMSG;
/linux-master/net/ipv6/
H A Dexthdrs_core.c203 return -EBADMSG;
221 return -EBADMSG;
229 return -EBADMSG;
248 return -EBADMSG;
/linux-master/net/netfilter/
H A Dutils.c208 return -EBADMSG;
211 return -EBADMSG;
217 return -EBADMSG;
221 return -EBADMSG;
223 return -EBADMSG;
230 return len ? -EBADMSG : 0;
/linux-master/lib/
H A Doid_registry.c104 * -EBADMSG is returned if the bytestream is too short.
112 return -EBADMSG;
127 * bytes is returned. -EBADMSG is returned if the data could not be interpreted
173 return -EBADMSG;
195 BUG_ON(ret == -EBADMSG);
/linux-master/security/integrity/
H A Ddigsig_asymmetric.c92 return -EBADMSG;
97 return -EBADMSG;
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h57 #define EBADMSG 84 /* Not a data message */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h52 #define EBADMSG 77 /* Not a data message */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h50 #define EBADMSG 76 /* Not a data message */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h57 #define EBADMSG 84 /* Not a data message */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h52 #define EBADMSG 77 /* Not a data message */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h50 #define EBADMSG 76 /* Not a data message */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h57 #define EBADMSG 74 /* Not a data message */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h57 #define EBADMSG 74 /* Not a data message */ macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dkfunc_dynptr_param.c17 {"dynptr_data_null", -EBADMSG},
/linux-master/fs/smb/client/
H A Dasn1.c34 return -EBADMSG;
/linux-master/fs/verity/
H A Dsignature.c70 * error, usually ENOKEY. It could also be EBADMSG if the
101 else if (err == -EBADMSG)
/linux-master/drivers/nfc/nxp-nci/
H A Di2c.c109 r = -EBADMSG;
131 r = -EBADMSG;
155 r = -EBADMSG;
177 r = -EBADMSG;
/linux-master/drivers/mtd/nand/spi/
H A Dforesee.c70 return -EBADMSG;
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h38 #define EBADMSG 67 /* Not a data message */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h38 #define EBADMSG 67 /* Not a data message */ macro

Completed in 355 milliseconds

1234567891011