Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DPassHash.php403 * @param int $compute The iteration count for new passwords
407 protected function stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8) argument
412 $salt = $itoa64[$compute] . $salt; // prefix iteration count
468 * @param int $compute The iteration count for new passwords
472 public function hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8) argument
474 return $this->stretched_hash('md5', $clear, $salt, $magic, $compute);
490 * @param int $compute The iteration count for new passwords (defautl is drupal 7's)
494 public function hash_drupal_sha512($clear, $salt = null, $magic = 'S', $compute = 15) argument
496 return substr($this->stretched_hash('sha512', $clear, $salt, $magic, $compute), 0, 55);
505 * @param int $compute
[all …]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE183 (For example, a function in a library to compute square roots has
188 root function must still compute square roots.)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE183 (For example, a function in a library to compute square roots has
188 root function must still compute square roots.)