Home
last modified time | relevance | path

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

/mbedtls-3.6.0/tests/suites/
Dtest_suite_cmac.function25 unsigned char test_output[MBEDTLS_CMAC_MAX_BLOCK_SIZE];
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-3.6.0/library/
Dchacha20.c375 static const unsigned char test_output[2][375] = variable
480 ASSERT(0 == memcmp(output, test_output[i], test_lengths[i]), in mbedtls_chacha20_self_test()
Dchachapoly.c377 static const unsigned char test_output[1][114] = variable
456 ASSERT(0 == memcmp(output, test_output[i], test_input_len[i]), in mbedtls_chachapoly_self_test()
/mbedtls-3.6.0/tests/scripts/
Dtest_generate_test_code.py1848 def test_output(self): member in GenFromTestData