Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Dengine_pcgoneseq128xslrr64.c70 ZVAL_STR(&z, php_random_bin2hex_le(&u, sizeof(uint64_t))); in serialize()
74 ZVAL_STR(&z, php_random_bin2hex_le(&u, sizeof(uint64_t))); in serialize()
H A Dengine_combinedlcg.c70 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint32_t))); in serialize()
H A Dengine_xoshiro256starstar.c122 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint64_t))); in serialize()
H A Dengine_mt19937.c174 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint32_t))); in serialize()
H A Dphp_random.h297 PHPAPI zend_string *php_random_bin2hex_le(const void *ptr, const size_t len);
H A Drandom.c351 PHPAPI zend_string *php_random_bin2hex_le(const void *ptr, const size_t len) function

Completed in 18 milliseconds