Home
last modified time | relevance | path

Searched refs:php_win32_get_random_bytes (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/win32/
H A Dwinutil.h29 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size);
H A Dwinutil.c82 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{ */ in php_win32_get_random_bytes() function
/PHP-7.1/ext/standard/
H A Drandom.c88 if (php_win32_get_random_bytes(bytes, size) == FAILURE) { in php_random_bytes()
/PHP-7.1/ext/mcrypt/
H A Dmcrypt.c1384 if (php_win32_get_random_bytes(iv_b, (size_t) size) == FAILURE){ in PHP_FUNCTION()
/PHP-7.1/ext/openssl/
H A Dopenssl.c6617 if (php_win32_get_random_bytes((unsigned char*)buffer->val, (size_t) buffer_length) == FAILURE){ in PHP_FUNCTION()

Completed in 25 milliseconds