Searched refs:sodium_crypto_pwhash_str (Results 1 – 6 of 6) sorted by relevance
5 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);
10 $hash = sodium_crypto_pwhash_str
84 PHP_FUNCTION(sodium_crypto_pwhash_str);
90 function sodium_crypto_pwhash_str(string $password, int $opslimit, int $memlimit): string {} function
458 ZEND_FUNCTION(sodium_crypto_pwhash_str);587 ZEND_FE(sodium_crypto_pwhash_str, arginfo_sodium_crypto_pwhash_str)
1562 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() argument
Completed in 22 milliseconds