Home
last modified time | relevance | path

Searched defs:salt (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/
H A DPassHash.php157 init_salt(& $salt, $len = 32, $cut = true) global() argument
184 hash_smd5($clear, $salt = null) global() argument
206 hash_lsmd5($clear, $salt = null) global() argument
226 hash_apr1($clear, $salt = null, $magic = 'apr1') global() argument
295 hash_ssha($clear, $salt = null) global() argument
309 hash_crypt($clear, $salt = null) global() argument
363 hash_kmd5($clear, $salt = null) global() argument
398 stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8) global() argument
462 hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8) global() argument
483 hash_drupal_sha512($clear, $salt = null, $magic = 'S', $compute = 15) global() argument
498 hash_hmd5($clear, $salt = null, $magic = 'H', $compute = 8) global() argument
514 hash_djangosha1($clear, $salt = null) global() argument
531 hash_djangomd5($clear, $salt = null) global() argument
553 hash_seafilepbkdf2($clear, $salt = null, $opts = array()) global() argument
589 hash_djangopbkdf2($clear, $salt = null, $opts = array()) global() argument
621 hash_djangopbkdf2_sha256($clear, $salt = null, $opts = array()) global() argument
635 hash_djangopbkdf2_sha1($clear, $salt = null, $opts = array()) global() argument
657 hash_bcrypt($clear, $salt = null, $compute = 10) global() argument
687 hash_sha2($clear, $salt = null, $opts = array()) global() argument
713 hash_sha512($clear, $salt = null, $opts = []) global() argument
719 hash_sha256($clear, $salt = null, $opts = []) global() argument
736 hash_mediawiki($clear, $salt = null) global() argument
[all...]
H A Dauth.php1209 auth_cryptPassword($clear, $method = '', $salt = null) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php570 bcrypt_pbkdf($pass, $salt, $keylen, $rounds) global() argument