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