Searched refs:bin2hex (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/php/tests/ |
D | EncodeDecodeTest.php | 237 $this->assertSame(bin2hex(TestUtil::getGoldenTestMessage()), 238 bin2hex($data)); 475 $this->assertSame($encoded, bin2hex($data)); 509 $this->assertSame("08ffffffffffffffffff01", bin2hex($data)); 738 $this->assertSame(bin2hex($from), bin2hex($to)); 745 $this->assertSame(bin2hex($from), bin2hex($to)); 752 $this->assertSame(bin2hex($from), bin2hex($to)); 759 $this->assertSame(bin2hex($from), bin2hex($to)); 767 $this->assertSame("", bin2hex($to)); 775 $this->assertSame("8a0100", bin2hex($to)); [all …]
|
D | memory_leak_test.php | 136 assert('f80601' === bin2hex($m->serializeToString())); 180 assert("" === bin2hex($to)); 215 assert("0801" === bin2hex($m->getAny()->getValue()));
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | ss-s3-ss.c | 101 static void bin2hex(uint8_t *in, size_t len, char *out) in bin2hex() function 135 bin2hex(hash_bin, 32, hash); in sigv4_sha256hash_payload()
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 138 bin2hex(uint8_t *in, size_t len, char *out) in bin2hex() function 252 bin2hex(hash_bin, sizeof(hash_bin), hash); in build_sign_string() 382 bin2hex(signature_bin, 32, buf); in build_auth_string()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBJsonWire.php | 287 $escape = "\\u00" . bin2hex($c);
|
/third_party/flatbuffers/tests/ |
D | phpTest.php | 131 $assert->strictEqual(bin2hex($monster->GetInventoryBytes()), "0001020304");
|