mirror of https://github.com/wolfSSL/wolfssl.git
fixes for gating/tooling around ASCON.
parent
25c8869541
commit
dd7ec129af
|
@ -2488,6 +2488,7 @@ if(WOLFSSL_EXAMPLES)
|
|||
# Build unit tests
|
||||
add_executable(unit_test
|
||||
tests/api.c
|
||||
tests/api/ascon.c
|
||||
tests/hash.c
|
||||
tests/srp.c
|
||||
tests/suites.c
|
||||
|
|
|
@ -598,8 +598,10 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aes192_test(void);
|
|||
WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aes256_test(void);
|
||||
WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aesofb_test(void);
|
||||
WOLFSSL_TEST_SUBROUTINE wc_test_ret_t cmac_test(void);
|
||||
#ifdef HAVE_ASCON
|
||||
WOLFSSL_TEST_SUBROUTINE wc_test_ret_t ascon_hash256_test(void);
|
||||
WOLFSSL_TEST_SUBROUTINE wc_test_ret_t ascon_aead128_test(void);
|
||||
#endif
|
||||
#if defined(WOLFSSL_SIPHASH)
|
||||
WOLFSSL_TEST_SUBROUTINE wc_test_ret_t siphash_test(void);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue