[PATCH v1 0/1] s390/crypto: Generate iintermediate chaining value on export
Holger Dengler <[email protected]>
| Newsgroups | org.kernel.vger.linux-crypto,org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
While exporting the state of the hmac chipher, the intermediate chaining value (CV) has to be calculated. Calling the KIMD instruction on s390 will generate the correct value. The code already sets the correct function code for the instruction, but it calls the wrong instruction (KLMD). The patch just fixes this. This series applies on top of Linus' master branch. Holger Dengler (1): s390/crypto: Generate intermediate CV for API partial block handling arch/s390/crypto/hmac_s390.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) base-commit: 2f1baf1fc8929e6c48370be543ad028ac7ad4131 -- 2.55.0