Searched refs:php_random_bin2hex_le (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/random/ |
H A D | engine_pcgoneseq128xslrr64.c | 70 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 D | engine_combinedlcg.c | 70 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint32_t))); in serialize()
|
H A D | engine_xoshiro256starstar.c | 122 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint64_t))); in serialize()
|
H A D | engine_mt19937.c | 174 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint32_t))); in serialize()
|
H A D | php_random.h | 297 PHPAPI zend_string *php_random_bin2hex_le(const void *ptr, const size_t len);
|
H A D | random.c | 351 PHPAPI zend_string *php_random_bin2hex_le(const void *ptr, const size_t len) function
|
Completed in 28 milliseconds