Re: [PATCH v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback

2019-10-05 Thread Florian Bezdeka
that are not a multiple of the AES block size. Fixes: 79c65d179a40e145 ("crypto: cbc - Convert to skcipher") Cc: Ard Biesheuvel Signed-off-by: Florian Bezdeka --- Ard, I just followed your instructions and created this patch for usage on an 4.19 kernel. The patch was successfully teste

Re: [PATCH] crypto: geode-aes - switch to skcipher for cbc(aes) fallback

2019-10-04 Thread Florian Bezdeka
I'm facing the same problem on one of my VPN gateways. I updated the affected system from Debian Stretch to Buster. Therefore the kernel was updated from 4.9.x to 4.19.x The supplied patch uses some symbols / functions that were introduced with 4.19 (like crypto_sync_skcipher_clear_flags()) so s