Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dpassword.c268 size_t salt_len = 0, required_salt_len = 0, hash_format_len; in PHP_FUNCTION() local
293 hash_format_len = 7; in PHP_FUNCTION()
362 hash = safe_emalloc(salt_len + hash_format_len, 1, 1); in PHP_FUNCTION()
364 hash[hash_format_len + salt_len] = 0; in PHP_FUNCTION()
369 hash_len = (int) (hash_format_len + salt_len); in PHP_FUNCTION()

Completed in 7 milliseconds