Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DPassHash.php469 public function hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8)
497 * Alias for hash_pmd5
509 return $this->hash_pmd5($clear, $salt, $magic, $compute);
462 public function hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8) { global() function in dokuwiki\\PassHash