Searched defs:magic (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/inc/ |
D | PassHash.php | 227 public function hash_apr1($clear, $salt = null, $magic = 'apr1') 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)
|