Searched refs:salt_in (Results 1 – 1 of 1) sorted by relevance
290 char *str, *salt_in = NULL; in PHP_FUNCTION() local300 …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 131 milliseconds