Skip to content
Commit e5db0ad7 authored by Ard Biesheuvel's avatar Ard Biesheuvel Committed by Kalle Valo
Browse files

airo: switch to skcipher interface



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: default avatarArd Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 0f47aeea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment