Lines Matching refs:expected
73 size_t dlen, const uint8_t *expected, in do_test() argument
104 if (memcmp(expected, ciphertext, elen) != 0) { in do_test()
107 show_str("\t\tExpected", expected, elen); in do_test()
152 const uint8_t expected[EXPECTED_BUF_LEN31] = { in test_vector_1() local
164 data, sizeof(data), expected, sizeof(expected), mlen); in test_vector_1()
189 const uint8_t expected[EXPECTED_BUF_LEN32] = { in test_vector_2() local
201 data, sizeof(data), expected, sizeof(expected), mlen); in test_vector_2()
227 const uint8_t expected[EXPECTED_BUF_LEN33] = { in test_vector_3() local
240 sizeof(data), expected, sizeof(expected), mlen); in test_vector_3()
265 const uint8_t expected[EXPECTED_BUF_LEN33] = { in test_vector_4() local
278 data, sizeof(data), expected, sizeof(expected), mlen); in test_vector_4()
303 const uint8_t expected[EXPECTED_BUF_LEN34] = { in test_vector_5() local
316 data, sizeof(data), expected, sizeof(expected), mlen); in test_vector_5()
342 const uint8_t expected[EXPECTED_BUF_LEN35] = { in test_vector_6() local
355 data, sizeof(data), expected, sizeof(expected), mlen); in test_vector_6()