Home
last modified time | relevance | path

Searched defs:opslimit (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/sodium/
H A Dsodium_pwhash.c41 static inline int get_options(zend_array *options, size_t *memlimit, size_t *opslimit) { in get_options()
73 size_t opslimit, memlimit; in php_sodium_argon2_hash() local
106 size_t opslimit, memlimit; in php_sodium_argon2_needs_rehash() local
H A Dlibsodium.stub.php88 function sodium_crypto_pwhash(int $length, string $password, string $salt, int $opslimit, int $meml…
90 function sodium_crypto_pwhash_str(string $password, int $opslimit, int $memlimit): string {}
96 function sodium_crypto_pwhash_str_needs_rehash(string $password, int $opslimit, int $memlimit): boo…
100 …ash_scryptsalsa208sha256(int $length, string $password, string $salt, int $opslimit, int $memlimit…
102 function sodium_crypto_pwhash_scryptsalsa208sha256_str(string $password, int $opslimit, int $memlim…
H A Dlibsodium.c1479 zend_long opslimit; in PHP_FUNCTION() local
1567 zend_long opslimit; in PHP_FUNCTION() local
1619 zend_long opslimit; in PHP_FUNCTION() local
1669 zend_long opslimit; in PHP_FUNCTION() local
1725 zend_long opslimit; in PHP_FUNCTION() local

Completed in 23 milliseconds