Home
last modified time | relevance | path

Searched refs:php_random_bytes (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/random/
H A Dcsprng.c63 PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw) in php_random_bytes() function
224 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
244 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
H A Dphp_random.h198 PHPAPI zend_result php_random_bytes(void *bytes, size_t size, bool should_throw);
203 return php_random_bytes(bytes, size, true); in php_random_bytes_throw()
208 return php_random_bytes(bytes, size, false); in php_random_bytes_silent()

Completed in 11 milliseconds