Home
last modified time | relevance | path

Searched refs:bin2hex (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/php/tests/
DEncodeDecodeTest.php237 $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 …]
Dmemory_leak_test.php136 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/
Dss-s3-ss.c101 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/
Dsign.c138 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/
DGPBJsonWire.php287 $escape = "\\u00" . bin2hex($c);
/third_party/flatbuffers/tests/
DphpTest.php131 $assert->strictEqual(bin2hex($monster->GetInventoryBytes()), "0001020304");