Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dphp_random.h34 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1) macro
H A Drandom.c203 if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) { in PHP_FUNCTION()

Completed in 6 milliseconds