Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DPassHash.php602 public function hash_djangopbkdf2($clear, $salt = null, $opts = [])
638 return $this->hash_djangopbkdf2($clear, $salt, $opts);
653 return $this->hash_djangopbkdf2($clear, $salt, $opts);
589 public function hash_djangopbkdf2($clear, $salt=null, $opts=array()) { global() function in dokuwiki\\PassHash