forked from wolfSSL/wolfssl
turn on AES Direct if AES-CFB is enabled
This commit is contained in:
@@ -1405,6 +1405,12 @@ extern void uITRON4_free(void *p) ;
|
|||||||
#define WOLFSSL_AES_DIRECT
|
#define WOLFSSL_AES_DIRECT
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef WOLFSSL_AES_CFB
|
||||||
|
/* AES-CFB makes calls to AES direct functions */
|
||||||
|
#ifndef WOLFSSL_AES_DIRECT
|
||||||
|
#define WOLFSSL_AES_DIRECT
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* if desktop type system and fastmath increase default max bits */
|
/* if desktop type system and fastmath increase default max bits */
|
||||||
|
Reference in New Issue
Block a user