Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DPassHash.php384 * salts $compute is used.
400 * @param int $compute The iteration count for new passwords
404 protected function stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8)
409 $salt = $itoa64[$compute] . $salt; // prefix iteration count
465 * @param int $compute The iteration count for new passwords
469 public function hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8)
471 return $this->stretched_hash('md5', $clear, $salt, $magic, $compute);
487 * @param int $compute The iteration count for new passwords (defautl is drupal 7's)
491 public function hash_drupal_sha512($clear, $salt = null, $magic = 'S', $compute = 15)
493 return substr($this->stretched_hash('sha512', $clear, $salt, $magic, $compute),
398 stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8) global() argument
462 hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8) global() argument
483 hash_drupal_sha512($clear, $salt = null, $magic = 'S', $compute = 15) global() argument
498 hash_hmd5($clear, $salt = null, $magic = 'H', $compute = 8) global() argument
657 hash_bcrypt($clear, $salt = null, $compute = 10) global() argument
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE186 (For example, a function in a library to compute square roots has
191 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.)