Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dpassword.c182 size_t hash_format_len; in php_password_bcrypt_hash() local
201hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in php_password_bcrypt_hash()
207 hash = zend_string_alloc(ZSTR_LEN(salt) + hash_format_len, 0); in php_password_bcrypt_hash()
209 ZSTR_VAL(hash)[hash_format_len + ZSTR_LEN(salt)] = 0; in php_password_bcrypt_hash()

Completed in 5 milliseconds