Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dpassword.c263 char hash_format[8], *hash, *salt, *password; in PHP_FUNCTION() local
291 sprintf(hash_format, "$2y$%02ld$", (long) cost); in PHP_FUNCTION()
362 sprintf(hash, "%s%s", hash_format, salt); in PHP_FUNCTION()

Completed in 9 milliseconds