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 <contact@xxxxxxxxxxxxxxxxxx>
---
drivers/staging/rtl8192e/Kconfig | 1 +
drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 187 ++++++++-----------
2 files changed, 78 insertions(+), 110 deletions(-)
Tested-by: Larry Finger <Larry.finger@xxxxxxxxxxxx>
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