Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dpassword.c150 size_t hash_len; in PHP_FUNCTION() local
154 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &hash, &hash_len) == FAILURE) { in PHP_FUNCTION()
160 algo = php_password_determine_algo(hash, (size_t) hash_len); in PHP_FUNCTION()
187 size_t hash_len; in PHP_FUNCTION() local
196 algo = php_password_determine_algo(hash, (size_t) hash_len); in PHP_FUNCTION()
229 size_t password_len, hash_len; in PHP_FUNCTION() local
240 if (ZSTR_LEN(ret) != hash_len || hash_len < 13) { in PHP_FUNCTION()
249 for (i = 0; i < hash_len; i++) { in PHP_FUNCTION()
267 int hash_len; in PHP_FUNCTION() local
369 hash_len = (int) (hash_format_len + salt_len); in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds