Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpassword.c260 zval *zcost; in php_password_bcrypt_hash() local
263 if (options && (zcost = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in php_password_bcrypt_hash()
264 cost = zval_get_long(zcost); in php_password_bcrypt_hash()

Completed in 8 milliseconds