Searched defs:compute (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/inc/ |
D | PassHash.php | 407 protected function stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8) 472 public function hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8) 494 public function hash_drupal_sha512($clear, $salt = null, $magic = 'S', $compute = 15) 510 public function hash_hmd5($clear, $salt = null, $magic = 'H', $compute = 8) 676 public function hash_bcrypt($clear, $salt = null, $compute = 10)
|