Searched refs:php_random_hex2bin_le (Results 1 – 5 of 5) sorted by relevance
99 if (!php_random_hex2bin_le(Z_STR_P(t), &u[i])) { in unserialize()
149 if (!php_random_hex2bin_le(Z_STR_P(t), &s->state[i])) { in unserialize()
172 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest);
206 if (!php_random_hex2bin_le(Z_STR_P(t), &s->state[i])) { in unserialize()
358 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest) function
Completed in 15 milliseconds