Home
last modified time | relevance | path

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

/php-src/ext/random/
H A Dengine_secure.c32 php_random_bytes_throw(&r, sizeof(r)); in generate()
H A Dphp_random_csprng.h28 ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_bytes_throw(void *bytes, size_t size) in php_random_bytes_throw() function
H A Dengine_pcgoneseq128xslrr64.c156 if (php_random_bytes_throw(&s, sizeof(s)) == FAILURE) { in PHP_METHOD()
H A Dengine_xoshiro256starstar.c219 if (php_random_bytes_throw(&t, sizeof(t)) == FAILURE) { in PHP_METHOD()
H A Dengine_mt19937.c281 if (php_random_bytes_throw(&seed, sizeof(seed)) == FAILURE) { in PHP_METHOD()
H A Drandom.c602 if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) {
/php-src/ext/standard/
H A Dpassword.c87 if (FAILURE == php_random_bytes_throw(ZSTR_VAL(buffer), ZSTR_LEN(buffer))) { in php_password_make_salt()
/php-src/ext/soap/
H A Dphp_http.c682 if (UNEXPECTED(php_random_bytes_throw(&nonce, sizeof(nonce)) != SUCCESS)) { in make_http_soap_request()
/php-src/ext/session/
H A Dsession.c341 if (php_random_bytes_throw(rbuf, PS(sid_length)) == FAILURE) { in php_session_create_id()
/php-src/ext/reflection/
H A Dphp_reflection.c7170 if (php_random_bytes_throw(&REFLECTION_G(key), 16) == FAILURE) { in ZEND_METHOD()

Completed in 56 milliseconds