Searched refs:bin2hex (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/cros/ |
D | dhcp_unittest.py | 39 def bin2hex(byte_str, justification=20): function 63 print "Generated: \n%s" % bin2hex(generated_string) 64 print "Expected: \n%s" % bin2hex(binary_discovery_packet) 85 pretty_actual = bin2hex(byte_string, 100) 86 pretty_expected = bin2hex(TEST_CLASSLESS_STATIC_ROUTE_DATA, 100) 111 pretty_actual = bin2hex(byte_string, 100) 112 pretty_expected = bin2hex(TEST_DOMAIN_SEARCH_LIST_EXPECTED, 100)
|
/external/u-boot/include/ |
D | hexdump.h | 75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex() function
|
/external/fsverity-utils/ |
D | cmd_measure.c | 49 bin2hex(d->digest, d->digest_size, digest_hex); in fsverity_cmd_measure()
|
D | util.h | 146 void bin2hex(const u8 *bin, size_t bin_len, char *hex);
|
D | util.c | 334 void bin2hex(const u8 *bin, size_t bin_len, char *hex) in bin2hex() function
|
D | cmd_setup.c | 428 bin2hex(measurement, params->hash_alg->digest_size, hash_hex); in fsveritysetup()
|
/external/flatbuffers/tests/ |
D | phpTest.php | 131 $assert->strictEqual(bin2hex($monster->GetInventoryBytes()), "0001020304");
|