Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dphp_random.h34 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1) macro
H A Drandom.c208 if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) { in PHP_FUNCTION()
H A Dcrypt.c267 php_random_bytes_throw(&salt[3], 8); in PHP_FUNCTION()
/PHP-7.3/ext/soap/
H A Dphp_http.c673 php_random_bytes_throw(&nonce, sizeof(nonce)); in make_http_soap_request()
/PHP-7.3/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()

Completed in 48 milliseconds