Home
last modified time | relevance | path

Searched defs:memlimit (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 …to_pwhash(int $length, string $password, string $salt, int $opslimit, int $memlimit, int $algo = S…
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 …alsa208sha256(int $length, string $password, string $salt, int $opslimit, int $memlimit): string {}
102 …m_crypto_pwhash_scryptsalsa208sha256_str(string $password, int $opslimit, int $memlimit): string {}
H A Dlibsodium.c1478 zend_long memlimit; in PHP_FUNCTION() local
1566 zend_long memlimit; in PHP_FUNCTION() local
1618 zend_long memlimit; in PHP_FUNCTION() local
1668 zend_long memlimit; in PHP_FUNCTION() local
1724 zend_long memlimit; in PHP_FUNCTION() local

Completed in 21 milliseconds