Home
last modified time | relevance | path

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

/php-src/ext/random/
H A Drandom.c356 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest) argument
358 size_t len = hexstr->len >> 1;
359 unsigned char *str = (unsigned char *) hexstr->val, c, l, d;
H A Dphp_random.h178 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest);

Completed in 10 milliseconds