Lines Matching defs:clear
32 public function verify_hash($clear, $hash)
183 public function hash_smd5($clear, $salt = null)
206 public function hash_lsmd5($clear, $salt = null)
227 public function hash_apr1($clear, $salt = null, $magic = 'apr1')
272 public function hash_md5($clear)
285 public function hash_sha1($clear)
299 public function hash_ssha($clear, $salt = null)
314 public function hash_crypt($clear, $salt = null)
330 public function hash_mysql($clear)
354 public function hash_my411($clear)
371 public function hash_kmd5($clear, $salt = null)
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)
527 public function hash_djangosha1($clear, $salt = null)
545 public function hash_djangomd5($clear, $salt = null)
568 public function hash_seafilepbkdf2($clear, $salt = null, $opts = [])
605 public function hash_djangopbkdf2($clear, $salt = null, $opts = [])
638 public function hash_djangopbkdf2_sha256($clear, $salt = null, $opts = [])
653 public function hash_djangopbkdf2_sha1($clear, $salt = null, $opts = [])
676 public function hash_bcrypt($clear, $salt = null, $compute = 10)
701 public function hash_woltlab($clear, $salt = null)
722 public function hash_sha2($clear, $salt = null, $opts = [])
749 public function hash_sha512($clear, $salt = null, $opts = [])
756 public function hash_sha256($clear, $salt = null, $opts = [])
774 public function hash_mediawiki($clear, $salt = null)
792 public function hash_argon2i($clear)
811 public function hash_argon2id($clear)