Home
last modified time | relevance | path

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

/plugin/authwordpress/
H A Dclass-phpass.php39 var $portable_hashes; variable in PasswordHash
45 function __construct( $iteration_count_log2, $portable_hashes ) argument
53 $this->portable_hashes = $portable_hashes;
61 public function PasswordHash( $iteration_count_log2, $portable_hashes ) { argument
62 self::__construct( $iteration_count_log2, $portable_hashes );
233 if (CRYPT_BLOWFISH == 1 && !$this->portable_hashes) {
241 if (CRYPT_EXT_DES == 1 && !$this->portable_hashes) {