Searched refs:php_random_bytes_throw (Results 1 – 5 of 5) sorted by relevance
29 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1) macro
230 if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) { in PHP_FUNCTION()
665 if (UNEXPECTED(php_random_bytes_throw(&nonce, sizeof(nonce)) != SUCCESS)) { in make_http_soap_request()
315 if (php_random_bytes_throw(rbuf, PS(sid_length) + PS_EXTRA_RAND_BYTES) == FAILURE) { in php_session_create_id()
6412 if (php_random_bytes_throw(&REFLECTION_G(key), 16) == FAILURE) { in ZEND_METHOD()
Completed in 42 milliseconds