Home
last modified time | relevance | path

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

/PHP-7.4/ext/sodium/
H A Dsodium_pwhash.c74 static zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int al… in php_sodium_argon2_hash() function
148 return php_sodium_argon2_hash(password, options, crypto_pwhash_ALG_ARGON2I13); in php_sodium_argon2i_hash()
163 return php_sodium_argon2_hash(password, options, crypto_pwhash_ALG_ARGON2ID13); in php_sodium_argon2id_hash()

Completed in 4 milliseconds