Home
last modified time | relevance | path

Searched refs:php_random_bytes_silent (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/standard/
H A Duniqid.c76 if (php_random_bytes_silent(&bytes, sizeof(uint32_t)) == FAILURE) { in PHP_FUNCTION()
/PHP-8.3/ext/random/
H A Dengine_mt19937.c240 if (php_random_bytes_silent(&seed, sizeof(zend_long)) == FAILURE) { in php_random_mt19937_seed_default()
H A Dphp_random.h206 static inline zend_result php_random_bytes_silent(void *bytes, size_t size) in php_random_bytes_silent() function
/PHP-8.3/ext/gmp/
H A Dgmp.c1733 if (php_random_bytes_silent(&seed, sizeof(zend_long)) == FAILURE) { in gmp_init_random()

Completed in 15 milliseconds