Searched refs:portable_hashes (Results 1 – 1 of 1) sorted by relevance
47 var $portable_hashes; variable in PasswordHash50 function __construct($iteration_count_log2, $portable_hashes) argument59 $this->portable_hashes = $portable_hashes;67 function PasswordHash($iteration_count_log2, $portable_hashes) argument69 self::__construct($iteration_count_log2, $portable_hashes);222 if (CRYPT_BLOWFISH === 1 && !$this->portable_hashes) {