Home
last modified time | relevance | path

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

/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c73 ZVAL_STR(&z, php_random_bin2hex_le(&u, sizeof(uint64_t))); in serialize()
77 ZVAL_STR(&z, php_random_bin2hex_le(&u, sizeof(uint64_t))); in serialize()
H A Dengine_combinedlcg.c79 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint32_t))); in serialize()
H A Dengine_xoshiro256starstar.c127 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint64_t))); in serialize()
H A Dphp_random.h177 PHPAPI zend_string *php_random_bin2hex_le(const void *ptr, const size_t len);
H A Dengine_mt19937.c180 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint32_t))); in serialize()
H A Drandom.c331 PHPAPI zend_string *php_random_bin2hex_le(const void *ptr, const size_t len) function

Completed in 17 milliseconds