Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpassword.c257 char hash_format[10]; in php_password_bcrypt_hash() local
272 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in php_password_bcrypt_hash()
279 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in php_password_bcrypt_hash()

Completed in 6 milliseconds