File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9500,7 +9500,9 @@ static wc_test_ret_t aes_xts_128_test(void)
95009500
95019501#endif /* !HAVE_FIPS || FIPS_VERSION_GE(5,3) */
95029502
9503- #if !defined(BENCH_EMBEDDED) && !defined(HAVE_CAVIUM)
9503+ #if !defined(BENCH_EMBEDDED) && !defined(HAVE_CAVIUM) && \
9504+ (!defined(HAVE_FIPS) || FIPS_VERSION_GE(5,3)) && \
9505+ !defined(WOLFSSL_AFALG)
95049506 {
95059507 #define LARGE_XTS_SZ 1024
95069508 #if defined(WOLFSSL_SMALL_STACK) && !defined(WOLFSSL_NO_MALLOC)
@@ -9553,7 +9555,10 @@ static wc_test_ret_t aes_xts_128_test(void)
95539555 XFREE(large_input, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
95549556 #endif
95559557 }
9556- #endif
9558+ #endif /* !BENCH_EMBEDDED && !HAVE_CAVIUM &&
9559+ * (!HAVE_FIPS || FIPS_VERSION_GE(5,3)) &&
9560+ * !WOLFSSL_AFALG
9561+ */
95579562
95589563 out:
95599564
You can’t perform that action at this time.
0 commit comments