Home
last modified time | relevance | path

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

/PHP-8.1/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.php119 …to_pwhash(int $length, string $password, string $salt, int $opslimit, int $memlimit, int $algo = S…
121 function sodium_crypto_pwhash_str(string $password, int $opslimit, int $memlimit): string {}
127 function sodium_crypto_pwhash_str_needs_rehash(string $password, int $opslimit, int $memlimit): boo…
131 …alsa208sha256(int $length, string $password, string $salt, int $opslimit, int $memlimit): string {}
133 …m_crypto_pwhash_scryptsalsa208sha256_str(string $password, int $opslimit, int $memlimit): string {}
H A Dlibsodium.c1590 zend_long memlimit; in PHP_FUNCTION() local
1678 zend_long memlimit; in PHP_FUNCTION() local
1730 zend_long memlimit; in PHP_FUNCTION() local
1780 zend_long memlimit; in PHP_FUNCTION() local
1836 zend_long memlimit; in PHP_FUNCTION() local

Completed in 19 milliseconds