Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dcrypt.c290 char *str, *salt_in = NULL; in PHP_FUNCTION() local
300 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s", &str, &str_len, &salt_in, &salt_in_len) == FAILU… in PHP_FUNCTION()
304 if (salt_in) { in PHP_FUNCTION()
305 memcpy(salt, salt_in, MIN(PHP_MAX_SALT_LEN, salt_in_len)); in PHP_FUNCTION()

Completed in 4 milliseconds