Searched defs:memlimit (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/openssl/ |
H A D | openssl_pwhash.c | 49 static inline zend_result get_options(zend_array *options, uint32_t *memlimit, uint32_t *iterlimit,… in get_options() 90 uint32_t version, uint32_t memlimit, uint32_t iterlimit, uint32_t threads, in php_openssl_argon2_compute_hash() 137 uint32_t iterlimit, memlimit, threads, version = PHP_OPENSSL_ARGON_VERSION; in php_openssl_argon2_hash() local 172 const zend_string *digest, uint32_t *version, uint32_t *memlimit, uint32_t *iterlimit, in php_openssl_argon2_extract() 221 uint32_t version, iterlimit, memlimit, threads; in php_openssl_argon2_verify() local 258 uint32_t version, iterlimit, memlimit, threads; in php_openssl_argon2_needs_rehash() local
|
/php-src/ext/sodium/ |
H A D | sodium_pwhash.c | 31 static inline int get_options(zend_array *options, size_t *memlimit, size_t *opslimit) { in get_options() 63 size_t opslimit, memlimit; in php_sodium_argon2_hash() local 96 size_t opslimit, memlimit; in php_sodium_argon2_needs_rehash() local
|
H A D | libsodium.c | 1419 zend_long memlimit; in PHP_FUNCTION() local 1507 zend_long memlimit; in PHP_FUNCTION() local 1559 zend_long memlimit; in PHP_FUNCTION() local 1609 zend_long memlimit; in PHP_FUNCTION() local 1665 zend_long memlimit; in PHP_FUNCTION() local
|
Completed in 15 milliseconds