Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dphp_random.h30 #define php_random_bytes_silent(b, s) php_random_bytes((b), (s), 0) macro
H A Duniqid.c77 if (php_random_bytes_silent(&bytes, sizeof(uint32_t)) == FAILURE) { in PHP_FUNCTION()
H A Dmt_rand.c166 if (php_random_bytes_silent(&bytes, sizeof(zend_long)) == FAILURE) { in php_mt_rand()
198 if (php_random_bytes_silent(&seed, sizeof(zend_long)) == FAILURE) { in PHP_FUNCTION()
H A Dpassword.c87 if (FAILURE == php_random_bytes_silent(ZSTR_VAL(buffer), ZSTR_LEN(buffer))) { in php_password_make_salt()

Completed in 11 milliseconds