Home
last modified time | relevance | path

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

/PHP-7.4/ext/sodium/tests/
H A Dphp_password_verify.phpt5 if (!function_exists('sodium_crypto_pwhash_str')) {
10 $hash = sodium_crypto_pwhash_str("test", SODIUM_CRYPTO_PWHASH_OPSLIMIT_INTERACTIVE, SODIUM_CRYPTO_P…
38 $hash = sodium_crypto_pwhash_str($password, $ops, $mem);
H A Dpwhash_argon2i.phpt10 $hash = sodium_crypto_pwhash_str
/PHP-7.4/ext/sodium/
H A Dphp_libsodium.h86 PHP_FUNCTION(sodium_crypto_pwhash_str);
H A Dlibsodium.c294 PHP_FE(sodium_crypto_pwhash_str, AI_PasswordAndOpsLimitAndMemLimit)
1910 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() argument

Completed in 15 milliseconds