Searched refs:elen (Results 1 – 1 of 1) sorted by relevance
75 const uint8_t *expected, size_t elen, in do_test() argument98 if (memcmp(expected, ciphertext, elen) != 0) { in do_test()99 show_str("\t\tExpected", expected, elen); in do_test()100 show_str("\t\tComputed", ciphertext, elen); in do_test()