@@ -257,7 +257,7 @@ int test_wc_Sha512Transform(void)
257257 (defined(OPENSSL_EXTRA ) || defined(HAVE_CURL )) && \
258258 !defined(HAVE_SELFTEST ) && (!defined(HAVE_FIPS ) || \
259259 (defined(HAVE_FIPS_VERSION ) && (HAVE_FIPS_VERSION >= 3 )))
260- DIGEST_TRANSFORM_FINAL_RAW_TEST (wc_Sha512 , Sha512 , SHA512 ,
260+ DIGEST_TRANSFORM_FINAL_RAW_ALL_TEST (wc_Sha512 , Sha512 , SHA512 ,
261261 "\x80\x63\x62\x61\x00\x00\x00\x00"
262262 "\x00\x00\x00\x00\x00\x00\x00\x00"
263263 "\x00\x00\x00\x00\x00\x00\x00\x00"
@@ -458,7 +458,7 @@ int test_wc_Sha512_224Transform(void)
458458 (defined(OPENSSL_EXTRA ) || defined(HAVE_CURL )) && \
459459 !defined(HAVE_SELFTEST ) && (!defined(HAVE_FIPS ) || \
460460 (defined(HAVE_FIPS_VERSION ) && (HAVE_FIPS_VERSION >= 3 )))
461- DIGEST_TRANSFORM_FINAL_RAW_TEST (wc_Sha512 , Sha512_224 , SHA512_224 ,
461+ DIGEST_TRANSFORM_FINAL_RAW_ALL_TEST (wc_Sha512 , Sha512_224 , SHA512_224 ,
462462 "\x61\x62\x63\x80\x00\x00\x00\x00"
463463 "\x00\x00\x00\x00\x00\x00\x00\x00"
464464 "\x00\x00\x00\x00\x00\x00\x00\x00"
@@ -656,7 +656,7 @@ int test_wc_Sha512_256Transform(void)
656656 (defined(OPENSSL_EXTRA ) || defined(HAVE_CURL )) && \
657657 !defined(HAVE_SELFTEST ) && (!defined(HAVE_FIPS ) || \
658658 (defined(HAVE_FIPS_VERSION ) && (HAVE_FIPS_VERSION >= 3 )))
659- DIGEST_TRANSFORM_FINAL_RAW_TEST (wc_Sha512 , Sha512_256 , SHA512_256 ,
659+ DIGEST_TRANSFORM_FINAL_RAW_ALL_TEST (wc_Sha512 , Sha512_256 , SHA512_256 ,
660660 "\x61\x62\x63\x80\x00\x00\x00\x00"
661661 "\x00\x00\x00\x00\x00\x00\x00\x00"
662662 "\x00\x00\x00\x00\x00\x00\x00\x00"
0 commit comments