Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsm2_internal_test.c54 static int start_fake_rand(const char *hex_bytes) in start_fake_rand() argument
58 fake_rand_size = strlen(hex_bytes) / 2; in start_fake_rand()
59 if (!TEST_ptr(fake_rand_bytes = OPENSSL_hexstr2buf(hex_bytes, NULL))) in start_fake_rand()
/freebsd/sbin/ping/tests/
H A Dtest_ping.py54 load = b"\x7f" + (b"\xff" * 7) + sc.hex_bytes(payload_no_timestamp)
58 load = (sc.hex_bytes(payload_no_last_byte)) + b"\x00"