commit | 19b123ebacacdce5e75045bfe82122b01c821a5b | [log] [tgz] |
---|---|---|
author | Felix Beck <felix.beck@de.ibm.com> | Wed Jan 27 10:12:39 2010 +0100 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Wed Jan 27 10:12:49 2010 +0100 |
tree | 31a7975e6521f306bb7d6e09e7453d860d56ecdb | |
parent | 0b665d770d2d4dca8e9ea53129735fe214838ec9 [diff] |
[S390] zcrypt: Do not remove coprocessor for error 8/72 In a case where the number of the input data is bigger than the modulus of the key, the coprocessor adapters will report an 8/72 error. This case is not caught yet, thus the adapter will be taken offline. To prevent this, we return an -EINVAL instead. Signed-off-by: Felix Beck <felix.beck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>