Searched refs:sodium_crypto_pwhash_str (Results 1 – 6 of 6) sorted by relevance
7 if (!function_exists('sodium_crypto_pwhash_str')) {12 $hash = sodium_crypto_pwhash_str("test", SODIUM_CRYPTO_PWHASH_OPSLIMIT_INTERACTIVE, SODIUM_CRYPTO_P…38 $hash = sodium_crypto_pwhash_str($password, $ops, $mem);
12 $hash = sodium_crypto_pwhash_str
97 PHP_FUNCTION(sodium_crypto_pwhash_str);
121 function sodium_crypto_pwhash_str(string $password, int $opslimit, int $memlimit): string {} function
594 ZEND_FUNCTION(sodium_crypto_pwhash_str);777 ZEND_FE(sodium_crypto_pwhash_str, arginfo_sodium_crypto_pwhash_str)
1674 PHP_FUNCTION(sodium_crypto_pwhash_str) in PHP_FUNCTION() argument
Completed in 24 milliseconds