]> git.baikalelectronics.ru Git - kernel.git/commit
s390/crypto: Fix return code checking in cbc_paes_crypt()
authorIngo Franzki <ifranzki@linux.ibm.com>
Mon, 27 Aug 2018 12:28:47 +0000 (14:28 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 4 Sep 2018 08:58:17 +0000 (10:58 +0200)
commitd1f78b5ee38efede8e285fd397ba76b02d867cc2
tree580b36a511e7c5dc86917aef31369d158f5203b2
parentf4acbe896c81c60207228fb567612a2375eb3214
s390/crypto: Fix return code checking in cbc_paes_crypt()

The return code of cpacf_kmc() is less than the number of
bytes to process in case of an error, not greater.
The crypt routines for the other cipher modes already have
this correctly.

Cc: stable@vger.kernel.org # v4.11+
Fixes: a51d4b7fc662 ("s390/crypt: Add protected key AES module")
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Acked-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/crypto/paes_s390.c