Searched hist:"5703 c826b758e0b33c998739af093879979315b8" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/crypto/ |
H A D | algif_aead.c | diff 5703c826b758e0b33c998739af093879979315b8 Sun Jul 30 07:31:18 CDT 2017 Stephan Mueller <smueller@chronox.de> crypto: algif - return error code when no data was processed
If no data has been processed during recvmsg, return the error code. This covers all errors received during non-AIO operations.
If any error occurs during a synchronous operation in addition to -EIOCBQUEUED or -EBADMSG (like -ENOMEM), it should be relayed to the caller.
Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | algif_skcipher.c | diff 5703c826b758e0b33c998739af093879979315b8 Sun Jul 30 07:31:18 CDT 2017 Stephan Mueller <smueller@chronox.de> crypto: algif - return error code when no data was processed
If no data has been processed during recvmsg, return the error code. This covers all errors received during non-AIO operations.
If any error occurs during a synchronous operation in addition to -EIOCBQUEUED or -EBADMSG (like -ENOMEM), it should be relayed to the caller.
Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|