Searched refs:hash_format (Results 1 – 1 of 1) sorted by relevance
431 char hash_format[10]; in PHP_FUNCTION() local446 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in PHP_FUNCTION()453 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in PHP_FUNCTION()
Completed in 4 milliseconds