Searched refs:hexed (Results 1 – 1 of 1) sorted by relevance
187 char hexed[3]; in compare_hex_encoded_buffer() local193 BIO_snprintf(hexed, sizeof(hexed), "%02x", raw[i]); in compare_hex_encoded_buffer()194 if (!TEST_int_eq(hexed[0], hex_encoded[j]) in compare_hex_encoded_buffer()195 || !TEST_int_eq(hexed[1], hex_encoded[j + 1])) in compare_hex_encoded_buffer()
Completed in 27 milliseconds