@@ -12119,7 +12119,7 @@ static wc_test_ret_t EVP_test(const WOLFSSL_EVP_CIPHER* type, const byte* key,
1211912119 if (XMEMCMP(cipher + WC_AES_BLOCK_SIZE, cipher1 + WC_AES_BLOCK_SIZE,
1212012120 WC_AES_BLOCK_SIZE))
1212112121 ERROR_OUT(WC_TEST_RET_ENC_NC, out);
12122- #endif
12122+ #endif /* !WOLFSSL_NXP_HASHCRYPT_AES */
1212312123
1212412124 #ifdef HAVE_AES_DECRYPT
1212512125 ret = wc_AesOfbDecrypt(dec, plain, cipher1, WC_AES_BLOCK_SIZE);
@@ -12138,7 +12138,7 @@ static wc_test_ret_t EVP_test(const WOLFSSL_EVP_CIPHER* type, const byte* key,
1213812138 if (XMEMCMP(plain + WC_AES_BLOCK_SIZE, plain1 + WC_AES_BLOCK_SIZE,
1213912139 WC_AES_BLOCK_SIZE))
1214012140 ERROR_OUT(WC_TEST_RET_ENC_NC, out);
12141- #endif
12141+ #endif /* !WOLFSSL_NXP_HASHCRYPT_AES */
1214212142 #endif /* HAVE_AES_DECRYPT */
1214312143
1214412144 /* multiple blocks at once */
@@ -12223,7 +12223,7 @@ static wc_test_ret_t EVP_test(const WOLFSSL_EVP_CIPHER* type, const byte* key,
1222312223 #ifndef WOLFSSL_NXP_HASHCRYPT_AES
1222412224 if (XMEMCMP(cipher + 3, cipher1 + 3, WC_AES_BLOCK_SIZE))
1222512225 ERROR_OUT(WC_TEST_RET_ENC_NC, out);
12226- #endif
12226+ #endif /* !WOLFSSL_NXP_HASHCRYPT_AES */
1222712227
1222812228 #ifdef HAVE_AES_DECRYPT
1222912229 ret = wc_AesOfbDecrypt(dec, plain, cipher1, 6);
@@ -12240,7 +12240,7 @@ static wc_test_ret_t EVP_test(const WOLFSSL_EVP_CIPHER* type, const byte* key,
1224012240 #ifndef WOLFSSL_NXP_HASHCRYPT_AES
1224112241 if (XMEMCMP(plain + 6, plain1 + 6, WC_AES_BLOCK_SIZE))
1224212242 ERROR_OUT(WC_TEST_RET_ENC_NC, out);
12243- #endif
12243+ #endif /* !WOLFSSL_NXP_HASHCRYPT_AES */
1224412244 #endif /* HAVE_AES_DECRYPT */
1224512245#endif /* WOLFSSL_AES_256 */
1224612246
@@ -12460,7 +12460,7 @@ static wc_test_ret_t EVP_test(const WOLFSSL_EVP_CIPHER* type, const byte* key,
1246012460 if (XMEMCMP(plain, msg1, WC_AES_BLOCK_SIZE * 3))
1246112461 ERROR_OUT(WC_TEST_RET_ENC_NC, out);
1246212462 #endif /* HAVE_AES_DECRYPT */
12463- #endif
12463+ #endif /* !WOLFSSL_NXP_HASHCRYPT_AES */
1246412464#endif /* WOLFSSL_AES_128 */
1246512465
1246612466#ifdef WOLFSSL_AES_192
@@ -12574,7 +12574,7 @@ static wc_test_ret_t EVP_test(const WOLFSSL_EVP_CIPHER* type, const byte* key,
1257412574 if (XMEMCMP(plain, msg3, WC_AES_BLOCK_SIZE * 4))
1257512575 ERROR_OUT(WC_TEST_RET_ENC_NC, out);
1257612576 #endif /* HAVE_AES_DECRYPT */
12577- #endif
12577+ #endif /* !WOLFSSL_NXP_HASHCRYPT_AES */
1257812578#endif /* WOLFSSL_AES_256 */
1257912579
1258012580 out:
@@ -16038,7 +16038,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aes_ctr_test(void)
1603816038 { ctr128Key, (int)sizeof(ctr128Key), ctrIvWrap128,
1603916039 ctrPlain, (int)sizeof(ctr128Wrap128CipherLong),
1604016040 ctr128Wrap128CipherLong },
16041- #endif
16041+ #endif /* !WOLFSSL_NXP_HASHCRYPT_AES */
1604216042 #if defined(WOLFSSL_ARMASM) || defined(WOLFSSL_RISCV_ASM)
1604316043 { ctr128Key, (int)sizeof(ctr128Key), ctrIvWrap128_2,
1604416044 ctrPlain, (int)sizeof(ctr128Wrap128_2CipherLong),
@@ -16082,7 +16082,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aes_ctr_test(void)
1608216082 { ctr192Key, (int)sizeof(ctr192Key), ctrIvWrap128,
1608316083 ctrPlain, (int)sizeof(ctr192Wrap128CipherLong),
1608416084 ctr192Wrap128CipherLong },
16085- #endif
16085+ #endif /* !WOLFSSL_NXP_HASHCRYPT_AES */
1608616086 #if defined(WOLFSSL_ARMASM) || defined(WOLFSSL_RISCV_ASM)
1608716087 { ctr192Key, (int)sizeof(ctr192Key), ctrIvWrap128_2,
1608816088 ctrPlain, (int)sizeof(ctr192Wrap128_2CipherLong),
@@ -16126,7 +16126,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aes_ctr_test(void)
1612616126 { ctr256Key, (int)sizeof(ctr256Key), ctrIvWrap128,
1612716127 ctrPlain, (int)sizeof(ctr256Wrap128CipherLong),
1612816128 ctr256Wrap128CipherLong },
16129- #endif
16129+ #endif /* !WOLFSSL_NXP_HASHCRYPT_AES */
1613016130 #if defined(WOLFSSL_ARMASM) || defined(WOLFSSL_RISCV_ASM)
1613116131 { ctr256Key, (int)sizeof(ctr256Key), ctrIvWrap128_2,
1613216132 ctrPlain, (int)sizeof(ctr256Wrap128_2CipherLong),
0 commit comments