Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> wrote: > The AIRO driver applies a ctr(aes) on a buffer of considerable size > (2400 bytes), and instead of invoking the crypto API to handle this > in its entirety, it open codes the counter manipulation and invokes > the AES block cipher directly. > > Let's fix this, by switching to the sync skcipher API instead. > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Patch applied to wireless-drivers-next.git, thanks. e5db0ad7563c airo: switch to skcipher interface -- https://patchwork.kernel.org/patch/10998553/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches