Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c131 static int compare_hex_encoded_buffer(const char *hex_encoded, in compare_hex_encoded_buffer() argument
144 if (!TEST_int_eq(hexed[0], hex_encoded[j]) in compare_hex_encoded_buffer()
145 || !TEST_int_eq(hexed[1], hex_encoded[j + 1])) in compare_hex_encoded_buffer()