Searched refs:bcrypt_pbkdf (Results 1 – 2 of 2) sorted by relevance
500 public static function bcrypt_pbkdf($pass, $salt, $keylen, $rounds) function in phpseclib3\\Crypt\\Blowfish
943 … $key = Blowfish::bcrypt_pbkdf($password, $salt, $keylen + $this->block_size, $rounds);