Searched refs:php_random_bytes_throw (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/random/ |
H A D | engine_secure.c | 31 php_random_bytes_throw(&r, sizeof(zend_ulong)); in generate()
|
H A D | engine_pcgoneseq128xslrr64.c | 155 if (php_random_bytes_throw(&state->state, sizeof(php_random_uint128_t)) == FAILURE) { in PHP_METHOD()
|
H A D | engine_xoshiro256starstar.c | 214 if (php_random_bytes_throw(&state->state, 32) == FAILURE) { in PHP_METHOD()
|
H A D | engine_mt19937.c | 277 if (php_random_bytes_throw(&seed, sizeof(zend_long)) == FAILURE) { in PHP_METHOD()
|
H A D | php_random.h | 201 static inline zend_result php_random_bytes_throw(void *bytes, size_t size) in php_random_bytes_throw() function
|
H A D | random.c | 587 if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) {
|
/PHP-8.3/ext/standard/ |
H A D | password.c | 86 if (FAILURE == php_random_bytes_throw(ZSTR_VAL(buffer), ZSTR_LEN(buffer))) { in php_password_make_salt()
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 683 if (UNEXPECTED(php_random_bytes_throw(&nonce, sizeof(nonce)) != SUCCESS)) { in make_http_soap_request()
|
/PHP-8.3/ext/session/ |
H A D | session.c | 339 if (php_random_bytes_throw(rbuf, PS(sid_length)) == FAILURE) { in php_session_create_id()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 6534 if (php_random_bytes_throw(&REFLECTION_G(key), 16) == FAILURE) { in ZEND_METHOD()
|
Completed in 69 milliseconds