Searched refs:salt_in (Results 1 – 1 of 1) sorted by relevance
204 char *str, *salt_in = NULL; in PHP_FUNCTION() local210 Z_PARAM_STRING(salt_in, salt_in_len) in PHP_FUNCTION()218 memcpy(salt, salt_in, MIN(PHP_MAX_SALT_LEN, salt_in_len)); in PHP_FUNCTION()
Completed in 4 milliseconds