Searched refs:sodium_crypto_pwhash_str (Results 1 – 6 of 6) sorted by relevance
7 if (!function_exists('sodium_crypto_pwhash_str')) {12 $hash = sodium_crypto_pwhash_str("test", SODIUM_CRYPTO_PWHASH_OPSLIMIT_INTERACTIVE, SODIUM_CRYPTO_P…39 $hash = sodium_crypto_pwhash_str($password, $ops, $mem);
12 $hash = sodium_crypto_pwhash_str
33 …$hash = sodium_crypto_pwhash_str($pass, PASSWORD_ARGON2_DEFAULT_TIME_COST / $time, PASSWORD_ARGON2…
682 function sodium_crypto_pwhash_str(#[\SensitiveParameter] string $password, int $opslimit, int $meml…
556 ZEND_FUNCTION(sodium_crypto_pwhash_str);691 ZEND_FE(sodium_crypto_pwhash_str, arginfo_sodium_crypto_pwhash_str)
1503 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() argument
Completed in 25 milliseconds