Home
last modified time | relevance | path

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

/PHP-8.0/win32/
H A Dwinutil.h32 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size);
H A Dwinutil.c103 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size) in php_win32_get_random_bytes() function
/PHP-8.0/ext/standard/
H A Drandom.c95 if (php_win32_get_random_bytes(bytes, size) == FAILURE) { in php_random_bytes()
/PHP-8.0/ext/openssl/
H A Dopenssl.c7466 if (php_win32_get_random_bytes((unsigned char*)(buffer)->val, (size_t) buffer_length) == FAILURE){ in php_openssl_random_pseudo_bytes()

Completed in 33 milliseconds