Searched refs:php_win32_get_random_bytes (Results 1 – 4 of 4) sorted by relevance
32 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size);
103 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size) in php_win32_get_random_bytes() function
95 if (php_win32_get_random_bytes(bytes, size) == FAILURE) { in php_random_bytes()
7466 if (php_win32_get_random_bytes((unsigned char*)(buffer)->val, (size_t) buffer_length) == FAILURE){ in php_openssl_random_pseudo_bytes()
Completed in 27 milliseconds