php_win32_get_random_bytes 1363 ext/mcrypt/mcrypt.c 		if (php_win32_get_random_bytes(iv_b, (size_t) size) == FAILURE){
php_win32_get_random_bytes 5496 ext/openssl/openssl.c 	if (php_win32_get_random_bytes((unsigned char*)buffer->val, (size_t) buffer_length) == FAILURE){
php_win32_get_random_bytes  366 ext/session/session.c 		if (php_win32_get_random_bytes(rbuf, MIN(toread, sizeof(rbuf))) == SUCCESS){
php_win32_get_random_bytes   89 ext/standard/random.c 	if (php_win32_get_random_bytes(bytes, size) == FAILURE) {
php_win32_get_random_bytes   23 win32/winutil.h PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size);