Home
last modified time | relevance | path

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

/PHP-8.0/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…
36 $hash = sodium_crypto_pwhash_str($password, $ops, $mem);
H A Dpwhash_argon2i.phpt10 $hash = sodium_crypto_pwhash_str
/PHP-8.0/ext/sodium/
H A Dphp_libsodium.h84 PHP_FUNCTION(sodium_crypto_pwhash_str);
H A Dlibsodium.stub.php90 function sodium_crypto_pwhash_str(string $password, int $opslimit, int $memlimit): string {} function
H A Dlibsodium_arginfo.h458 ZEND_FUNCTION(sodium_crypto_pwhash_str);
587 ZEND_FE(sodium_crypto_pwhash_str, arginfo_sodium_crypto_pwhash_str)
H A Dlibsodium.c1562 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() argument

Completed in 22 milliseconds