Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_random.h34 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1) macro
H A Drandom.c216 if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) { in PHP_FUNCTION()
H A Dcrypt.c262 php_random_bytes_throw(&salt[3], 8); in PHP_FUNCTION()
/PHP-7.4/ext/soap/
H A Dphp_http.c673 php_random_bytes_throw(&nonce, sizeof(nonce)); in make_http_soap_request()
/PHP-7.4/ext/session/
H A Dsession.c315 if (php_random_bytes_throw(rbuf, PS(sid_length) + PS_EXTRA_RAND_BYTES) == FAILURE) { in php_session_create_id()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c6293 if (php_random_bytes_throw(&REFLECTION_G(key_initialized), 16) == FAILURE) { in ZEND_METHOD()

Completed in 53 milliseconds