Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php461 * @param string $sha2pass
466 private static function bcrypt_hash($sha2pass, $sha2salt) argument
472 $sha2pass = array_values(unpack('N*', $sha2pass));
475 self::expandstate($sha2salt, $sha2pass, $sbox, $p);
478 self::expand0state($sha2pass, $sbox, $p);
508 $sha2pass = hash('sha512', $pass, true);
514 $out = $tmpout = self::bcrypt_hash($sha2pass, $sha2salt);
517 $tmpout = self::bcrypt_hash($sha2pass, $sha2salt);