Home
last modified time | relevance | path

Searched refs:hex2bin (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dauth_encryption.test.php23 $this->assertEquals($plain, auth_decrypt(hex2bin($crypt), $secret));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php81 $symkey .= Strings::hex2bin(sha1($temp));
228 … $salt = Strings::hex2bin(trim(preg_replace('#Argon2-Salt: ([0-9a-f]+)#', '$1', $key[$offset++])));
263 $hmac = Strings::hex2bin($hmac);
H A DPKCS1.php139 $iv = Strings::hex2bin(trim($matches[2]));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php486 public static function hex2bin($data) function in phpseclib3\\Common\\Functions\\Strings
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php106 $temp = new self(Strings::hex2bin($x), 256);
H A DEngine.php174 $x = Strings::bin2hex(~Strings::hex2bin($x));
H A DPHP.php98 $temp = new static(Strings::hex2bin($x), 256);
/dokuwiki/inc/
H A DPassHash.php589 $hash = hash_pbkdf2($algo, $clear, hex2bin($salt), $iter, 0);
/dokuwiki/
H A Dcomposer.lock265 "hex2bin",