Searched refs:hex_convert_memory (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/testutil/ |
D | format_output.c | 151 static void hex_convert_memory(const unsigned char *m, size_t n, char *b, in hex_convert_memory() function 215 hex_convert_memory(in, bytes, out, BN_OUTPUT_SIZE); in convert_bn_memory() 397 hex_convert_memory(buf, n, p, BN_OUTPUT_SIZE); in test_output_bignum() 460 hex_convert_memory(m1, n1, b1, 8); in test_fail_memory_common() 464 hex_convert_memory(m2, n2, b2, 8); in test_fail_memory_common()
|