Home
last modified time | relevance | path

Searched refs:test_output (Results 1 – 4 of 4) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_cmac.function25 unsigned char test_output[MBEDTLS_CIPHER_BLKSIZE_MAX];
48 TEST_ASSERT( mbedtls_cipher_cmac_finish( NULL, test_output ) ==
60 test_output ) ==
66 test_output ) ==
72 test_output ) ==
83 test_output ) ==
88 test_output ) ==
/mbedtls-development/library/
A Dchacha20.c438 static const unsigned char test_output[2][375] = variable
543 ASSERT( 0 == memcmp( output, test_output[i], test_lengths[i] ), in mbedtls_chacha20_self_test()
A Dchachapoly.c425 static const unsigned char test_output[1][114] = variable
504 ASSERT( 0 == memcmp( output, test_output[i], test_input_len[i] ), in mbedtls_chachapoly_self_test()
/mbedtls-development/tests/scripts/
A Dtest_generate_test_code.py1632 def test_output(self): member in GenFromTestData

Completed in 8 milliseconds