2019-08-19 17:59:15

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH 2/2] staging: rtl8192e: rtllib_crypt_ccmp.c: Use crypto API ccm(aes)

On 8/16/19 1:59 AM, Christina Quast wrote:
> Use ccm(aes) aead transform instead of invoking the AES block cipher
> block by block.
>
> Signed-off-by: Christina Quast <[email protected]>
> ---
> drivers/staging/rtl8192e/Kconfig | 1 +
> drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 187 ++++++++-----------
> 2 files changed, 78 insertions(+), 110 deletions(-)

Tested-by: Larry Finger <[email protected]>

This change for the RTL8192E works. I do not have the hardware for testing the
equivalent change for r8192u, but as the changes look the same, that one is
likely OK as well.

Thanks for the change,

Larry