Merge pull request #5146 from dgarske/kcapi_keywrap

Fix to allow enabling AES key wrap (direct) with KCAPI
This commit is contained in:
Sean Parkinson
2022-05-17 08:16:00 +10:00
committed by GitHub

View File

@ -1069,6 +1069,7 @@ block cipher mechanism that uses n-bit binary string parameter key with 128-bits
#if defined(WOLFSSL_AES_COUNTER) || defined(HAVE_AESCCM) || \
defined(WOLFSSL_CMAC) || defined(WOLFSSL_AES_OFB) || \
defined(WOLFSSL_AES_CFB) || defined(HAVE_AES_ECB) || \
defined(WOLFSSL_AES_DIRECT) || \
(defined(HAVE_AES_CBC) && defined(WOLFSSL_NO_KCAPI_AES_CBC))
#define NEED_AES_TABLES