Searched refs:EBADMSG (Results 126 - 150 of 252) sorted by relevance

1234567891011

/linux-master/drivers/crypto/
H A Domap-aes-gcm.c83 ret = -EBADMSG;
/linux-master/crypto/
H A Dsm2.c351 rc = -EBADMSG;
H A Dccm.c340 err = -EBADMSG;
388 return -EBADMSG;
/linux-master/drivers/firmware/microchip/
H A Dmpfs-auto-update.c208 ret = ret ? ret : -EBADMSG;
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.c572 err = -EBADMSG;
/linux-master/drivers/misc/
H A Dgehc-achc.c282 ret = -EBADMSG;
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c66 return -EBADMSG;
/linux-master/crypto/asymmetric_keys/
H A Dverify_pefile.c346 ret = -EBADMSG;
/linux-master/drivers/crypto/qce/
H A Daead.c67 if (error < 0 && (error != -EBADMSG))
85 error = -EBADMSG;
H A Dcommon.c582 ret = -EBADMSG;
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c263 err = -EBADMSG;
732 err = -EBADMSG;
/linux-master/drivers/mmc/core/
H A Dmmc_ops.c434 return -EBADMSG;
440 return -EBADMSG;
/linux-master/drivers/mtd/nand/raw/
H A Domap2.c731 return -EBADMSG;
736 return -EBADMSG;
766 return -EBADMSG;
1320 err = -EBADMSG;
1359 err = -EBADMSG;
H A Dstm32_fmc2_nand.c557 return -EBADMSG;
573 return -EBADMSG;
651 return -EBADMSG;
729 if (stat == -EBADMSG)
1084 if (stat == -EBADMSG)
H A Dnand_base.c2809 return -EBADMSG;
2820 return -EBADMSG;
2827 return -EBADMSG;
3197 if (stat == -EBADMSG &&
3269 if (stat == -EBADMSG &&
3335 if (stat == -EBADMSG &&
3418 if (stat == -EBADMSG &&
3742 return -EBADMSG;
3978 return -EBADMSG;
/linux-master/net/can/
H A Disotp.c9 * - RX path data reception with wrong padding leads to -EBADMSG
12 * - TX path flowcontrol reception with wrong layout/padding leads to -EBADMSG
375 sk->sk_err = EBADMSG;
458 sk->sk_err = EBADMSG;
607 sk->sk_err = EBADMSG;
/linux-master/drivers/i2c/busses/
H A Di2c-fsi.c550 return -EBADMSG;
/linux-master/net/dccp/ccids/
H A Dccid3.c285 return -EBADMSG;
/linux-master/drivers/crypto/nx/
H A Dnx-aes-gcm.c409 -EBADMSG : 0;
H A Dnx-aes-ccm.c398 authsize) ? -EBADMSG : 0;
/linux-master/drivers/mtd/nand/
H A Decc-sw-hamming.c441 return -EBADMSG;
/linux-master/drivers/i2c/
H A Di2c-core-smbus.c90 return -EBADMSG;
/linux-master/arch/arm64/crypto/
H A Dghash-ce-glue.c461 return ret ? -EBADMSG : 0;
/linux-master/net/rxrpc/
H A Drxperf.c326 case -EBADMSG:
/linux-master/lib/pldmfw/
H A Dpldmfw.c512 * Returns: zero on success if the CRC matches, or -EBADMSG on an invalid CRC.
530 return -EBADMSG;

Completed in 355 milliseconds

1234567891011