Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Duniqid.c77 if (php_random_bytes_silent(&bytes, sizeof(uint32_t)) == FAILURE) { in PHP_FUNCTION()
/php-src/ext/random/
H A Dphp_random_csprng.h33 ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_bytes_silent(void *bytes, size_t size) in php_random_bytes_silent() function
H A Dengine_combinedlcg.c117 if (php_random_bytes_silent(&seed, sizeof(seed)) == FAILURE) { in php_random_combinedlcg_seed_default()
H A Dengine_mt19937.c244 if (php_random_bytes_silent(&seed, sizeof(seed)) == FAILURE) { in php_random_mt19937_seed_default()
H A Drandom.c660 if (php_random_bytes_silent(buf, 16) == SUCCESS) {
/php-src/main/
H A Dphp_open_temporary_file.c141 if (php_random_bytes_silent(&random, sizeof(random)) == FAILURE) { in php_do_open_temporary_file()
/php-src/ext/gmp/
H A Dgmp.c1743 if (php_random_bytes_silent(&seed, sizeof(seed)) == FAILURE) { in gmp_init_random()
/php-src/ext/session/
H A Dsession.c2887 if (php_random_bytes_silent(&seed, sizeof(seed)) == FAILURE) { in PHP_GINIT_FUNCTION()

Completed in 78 milliseconds