Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dphp_random.h29 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1) macro
H A Drandom.c230 if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) { in PHP_FUNCTION()
/PHP-8.0/ext/soap/
H A Dphp_http.c672 if (UNEXPECTED(php_random_bytes_throw(&nonce, sizeof(nonce)) != SUCCESS)) { in make_http_soap_request()
/PHP-8.0/ext/session/
H A Dsession.c313 if (php_random_bytes_throw(rbuf, PS(sid_length) + PS_EXTRA_RAND_BYTES) == FAILURE) { in php_session_create_id()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c6211 if (php_random_bytes_throw(&REFLECTION_G(key_initialized), 16) == FAILURE) { in ZEND_METHOD()

Completed in 36 milliseconds