Home
last modified time | relevance | path

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

/plugin/authwordpress/
Dclass-phpass.php47 var $portable_hashes; variable in PasswordHash
50 function __construct($iteration_count_log2, $portable_hashes) argument
59 $this->portable_hashes = $portable_hashes;
67 function PasswordHash($iteration_count_log2, $portable_hashes) argument
69 self::__construct($iteration_count_log2, $portable_hashes);
222 if (CRYPT_BLOWFISH === 1 && !$this->portable_hashes) {