Searched refs:bin2hex (Results 1 – 14 of 14) sorted by relevance
14 $this->assertEquals(bin2hex($unix), '6f6e650a74776f0a7468726565');15 $this->assertEquals(bin2hex($win), '6f6e650d0a74776f0d0a7468726565');
147 $hex_sid = bin2hex($binsid);186 $hex_guid = bin2hex($bin);
252 Strings::bin2hex($data['curve']['a']),253 Strings::bin2hex($data['curve']['b'])299 …edValueException('extractPoint expects the first byte to be null - not ' . Strings::bin2hex($val));317 …eException('The first byte of an uncompressed point should be 04 - not ' . Strings::bin2hex($val));
138 ' private key field should be 0x' . bin2hex($expected)
187 $iv = strtoupper(Strings::bin2hex($iv));
325 $key .= "Argon2-Salt: " . Strings::bin2hex($salt) . "\r\n";351 $key .= 'Private-MAC: ' . Strings::bin2hex($hash->hash($source)) . "\r\n";
482 …alueException('The first byte of the public key should be null - not ' . bin2hex($private['publicK…501 …alueException('The first byte of the public key should be null - not ' . bin2hex($public['publicKe…
330 return Strings::bin2hex($this->toBytes());
499 public static function bin2hex($data) function in phpseclib3\\Common\\Functions\\Strings
475 return Strings::bin2hex($this->toBytes());
174 $x = Strings::bin2hex(~Strings::hex2bin($x));272 return Strings::bin2hex($this->toBytes($twos_compliment));
413 $salt = bin2hex(auth_randombytes(64));
262 "bin2hex",
1862 return strtolower(Strings::bin2hex(pack('N', $hash)));1934 return '\x' . bin2hex($x[0]);