Home
last modified time | relevance | path

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

/PHP-8.2/ext/sodium/
H A Dsodium_pwhash.c62 static zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int al… in php_sodium_argon2_hash() function
136 return php_sodium_argon2_hash(password, options, crypto_pwhash_ALG_ARGON2I13); in php_sodium_argon2i_hash()
151 return php_sodium_argon2_hash(password, options, crypto_pwhash_ALG_ARGON2ID13); in php_sodium_argon2id_hash()

Completed in 14 milliseconds