Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpassword.c181 zval *zcost; in php_password_bcrypt_hash() local
189 if (options && (zcost = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in php_password_bcrypt_hash()
190 cost = zval_get_long(zcost); in php_password_bcrypt_hash()

Completed in 5 milliseconds