Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/soap/
H A Dphp_http.c665 if (UNEXPECTED(php_random_bytes_throw(&nonce, sizeof(nonce)) != SUCCESS)) { in make_http_soap_request()
/PHP-8.1/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-8.1/ext/reflection/
H A Dphp_reflection.c6412 if (php_random_bytes_throw(&REFLECTION_G(key), 16) == FAILURE) { in ZEND_METHOD()

Completed in 51 milliseconds