Home
last modified time | relevance | path

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

/PHP-8.4/ext/sodium/tests/
H A Dphp_password_verify.phpt7 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);
H A Dpwhash_argon2i.phpt12 $hash = sodium_crypto_pwhash_str
/PHP-8.4/ext/openssl/tests/
H A Dopenssl_password_compat.phpt33 …$hash = sodium_crypto_pwhash_str($pass, PASSWORD_ARGON2_DEFAULT_TIME_COST / $time, PASSWORD_ARGON2…
/PHP-8.4/ext/sodium/
H A Dlibsodium.stub.php682 function sodium_crypto_pwhash_str(#[\SensitiveParameter] string $password, int $opslimit, int $meml…
H A Dlibsodium_arginfo.h556 ZEND_FUNCTION(sodium_crypto_pwhash_str);
691 ZEND_FE(sodium_crypto_pwhash_str, arginfo_sodium_crypto_pwhash_str)
H A Dlibsodium.c1503 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() argument

Completed in 32 milliseconds