Home
last modified time | relevance | path

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

/PHP-7.3/win32/
H A Dwinutil.h32 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size);
H A Dwinutil.c83 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size) in php_win32_get_random_bytes() function
/PHP-7.3/ext/standard/
H A Drandom.c89 if (php_win32_get_random_bytes(bytes, size) == FAILURE) { in php_random_bytes()
/PHP-7.3/ext/openssl/
H A Dopenssl.c6845 if (php_win32_get_random_bytes((unsigned char*)buffer->val, (size_t) buffer_length) == FAILURE){ in PHP_FUNCTION()

Completed in 62 milliseconds