Home
last modified time | relevance | path

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

/PHP-8.3/ext/random/
H A Dengine_secure.c31 php_random_bytes_throw(&r, sizeof(zend_ulong)); in generate()
H A Dengine_pcgoneseq128xslrr64.c155 if (php_random_bytes_throw(&state->state, sizeof(php_random_uint128_t)) == FAILURE) { in PHP_METHOD()
H A Dengine_xoshiro256starstar.c214 if (php_random_bytes_throw(&state->state, 32) == FAILURE) { in PHP_METHOD()
H A Dengine_mt19937.c277 if (php_random_bytes_throw(&seed, sizeof(zend_long)) == FAILURE) { in PHP_METHOD()
H A Dphp_random.h201 static inline zend_result php_random_bytes_throw(void *bytes, size_t size) in php_random_bytes_throw() function
H A Drandom.c587 if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) {
/PHP-8.3/ext/standard/
H A Dpassword.c86 if (FAILURE == php_random_bytes_throw(ZSTR_VAL(buffer), ZSTR_LEN(buffer))) { in php_password_make_salt()
/PHP-8.3/ext/soap/
H A Dphp_http.c679 if (UNEXPECTED(php_random_bytes_throw(&nonce, sizeof(nonce)) != SUCCESS)) { in make_http_soap_request()
/PHP-8.3/ext/session/
H A Dsession.c339 if (php_random_bytes_throw(rbuf, PS(sid_length)) == FAILURE) { in php_session_create_id()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c6509 if (php_random_bytes_throw(&REFLECTION_G(key), 16) == FAILURE) { in ZEND_METHOD()

Completed in 55 milliseconds