Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpassword.c313 size_t salt_len = 0, required_salt_len = 0, hash_format_len; in PHP_FUNCTION() local
346 hash_format_len = 7; in PHP_FUNCTION()
426 hash = safe_emalloc(salt_len + hash_format_len, 1, 1); in PHP_FUNCTION()
428 hash[hash_format_len + salt_len] = 0; in PHP_FUNCTION()
434 hash_len = (int) (hash_format_len + salt_len); in PHP_FUNCTION()

Completed in 8 milliseconds