Searched refs:sodium_crypto_pwhash_str (Results 1 – 4 of 4) 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…38 $hash = sodium_crypto_pwhash_str($password, $ops, $mem);
10 $hash = sodium_crypto_pwhash_str
86 PHP_FUNCTION(sodium_crypto_pwhash_str);
294 PHP_FE(sodium_crypto_pwhash_str, AI_PasswordAndOpsLimitAndMemLimit)1910 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() argument
Completed in 44 milliseconds