Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dcrypt.c237 char *str, *salt_in = NULL; in PHP_FUNCTION() local
244 Z_PARAM_STRING(salt_in, salt_in_len) in PHP_FUNCTION()
253 if (salt_in) { in PHP_FUNCTION()
254 memcpy(salt, salt_in, MIN(PHP_MAX_SALT_LEN, salt_in_len)); in PHP_FUNCTION()

Completed in 11 milliseconds