Home
last modified time | relevance | path

Searched refs:get_options (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/sodium/
H A Dsodium_pwhash.c31 static inline int get_options(zend_array *options, size_t *memlimit, size_t *opslimit) { in get_options() function
71 if (get_options(options, &memlimit, &opslimit) == FAILURE) { in php_sodium_argon2_hash()
98 if (get_options(options, &memlimit, &opslimit) == FAILURE) { in php_sodium_argon2_needs_rehash()
/php-src/ext/openssl/
H A Dopenssl_pwhash.c49 static inline zend_result get_options(zend_array *options, uint32_t *memlimit, uint32_t *iterlimit,… in get_options() function
145 if (get_options(options, &memlimit, &iterlimit, &threads) == FAILURE) { in php_openssl_argon2_hash()
261 if (FAILURE == get_options(options, &new_memlimit, &new_iterlimit, &new_threads)) { in php_openssl_argon2_needs_rehash()

Completed in 6 milliseconds