Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dcommon_cleanText.test.php14 $this->assertEquals(bin2hex($unix), '6f6e650a74776f0a7468726565');
15 $this->assertEquals(bin2hex($win), '6f6e650d0a74776f0d0a7468726565');
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php147 $hex_sid = bin2hex($binsid);
186 $hex_guid = bin2hex($bin);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php252 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));
H A DPKCS8.php138 ' private key field should be 0x' . bin2hex($expected)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php187 $iv = strtoupper(Strings::bin2hex($iv));
H A DPuTTY.php325 $key .= "Argon2-Salt: " . Strings::bin2hex($salt) . "\r\n";
351 $key .= 'Private-MAC: ' . Strings::bin2hex($hash->hash($source)) . "\r\n";
H A DPKCS8.php482 …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…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php330 return Strings::bin2hex($this->toBytes());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php499 public static function bin2hex($data) function in phpseclib3\\Common\\Functions\\Strings
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php475 return Strings::bin2hex($this->toBytes());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php174 $x = Strings::bin2hex(~Strings::hex2bin($x));
272 return Strings::bin2hex($this->toBytes($twos_compliment));
/dokuwiki/inc/
H A Dauth.php413 $salt = bin2hex(auth_randombytes(64));
/dokuwiki/
H A Dcomposer.lock262 "bin2hex",
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1862 return strtolower(Strings::bin2hex(pack('N', $hash)));
1934 return '\x' . bin2hex($x[0]);