Searched refs:test_output (Results 1 – 4 of 4) sorted by relevance
25 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) ==
375 static const unsigned char test_output[2][375] = variable480 ASSERT(0 == memcmp(output, test_output[i], test_lengths[i]), in mbedtls_chacha20_self_test()
377 static const unsigned char test_output[1][114] = variable456 ASSERT(0 == memcmp(output, test_output[i], test_input_len[i]), in mbedtls_chachapoly_self_test()
1848 def test_output(self): member in GenFromTestData