php_win32_get_random_bytes 1410 ext/mcrypt/mcrypt.c 		if (php_win32_get_random_bytes(iv_b, (size_t) size) == FAILURE){
php_win32_get_random_bytes 5157 ext/openssl/openssl.c 	if (php_win32_get_random_bytes(buffer, (size_t) buffer_length) == FAILURE){
php_win32_get_random_bytes  351 ext/session/session.c 		if (php_win32_get_random_bytes(rbuf, MIN(toread, sizeof(rbuf))) == SUCCESS){
php_win32_get_random_bytes  130 ext/standard/password.c 		if (php_win32_get_random_bytes(iv_b, raw_length) == SUCCESS) {
php_win32_get_random_bytes   23 win32/winutil.h PHPAPI php_win32_get_random_bytes(unsigned char *buf, size_t size);