| commit | 96fb43961518a7fe70695b6278a096c4e6004c47 | [log] [tgz] |
|---|---|---|
| author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jun 20 20:15:03 2025 +0800 |
| committer | Milan Broz <gmazyland@gmail.com> | Sat Jun 21 10:08:41 2025 +0200 |
| tree | 22dd2c6d70139c9aeaec98ec16a63849741f429a | |
| parent | 8aee482f90b4aa3b7a57471b8cfb2ba603ed297f [diff] |
crypto: wp512 - Use API partial block handling On Fri, Jun 20, 2025 at 10:52:49AM +0200, Milan Broz wrote: > > It s still failing for me for that userspace crypt API. OK I screwed up the final marker. The old code always left a zero byte in the buffer so the finalisation could simply or it with 0x80. With the new code, we need to set it to 0x80 explicitly instead of oring. ---8<--- Use the Crypto API partial block handling. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>