Searched refs:bmbits (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rand/
H A Drand_win.c690 char *bmbits; /* contents of bitmap */ local
726 bmbits = OPENSSL_malloc(size);
727 if (bmbits) {
734 bmbits, (BITMAPINFO *) & bi, DIB_RGB_COLORS);
737 MD(bmbits, size, md);
743 OPENSSL_free(bmbits);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c690 char *bmbits; /* contents of bitmap */ local
717 bmbits = OPENSSL_malloc(size);
718 if (bmbits) {
727 /* Copy bitmap bits from memory DC to bmbits */
728 GetBitmapBits(hBitmap, size, bmbits);
731 MD(bmbits,size,md);
737 OPENSSL_free(bmbits);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rand/
H A Drand_win.c690 char *bmbits; /* contents of bitmap */ local
726 bmbits = OPENSSL_malloc(size);
727 if (bmbits) {
734 bmbits, (BITMAPINFO *) & bi, DIB_RGB_COLORS);
737 MD(bmbits, size, md);
743 OPENSSL_free(bmbits);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c690 char *bmbits; /* contents of bitmap */ local
717 bmbits = OPENSSL_malloc(size);
718 if (bmbits) {
727 /* Copy bitmap bits from memory DC to bmbits */
728 GetBitmapBits(hBitmap, size, bmbits);
731 MD(bmbits,size,md);
737 OPENSSL_free(bmbits);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rand/
H A Drand_win.c690 char *bmbits; /* contents of bitmap */ local
726 bmbits = OPENSSL_malloc(size);
727 if (bmbits) {
734 bmbits, (BITMAPINFO *) & bi, DIB_RGB_COLORS);
737 MD(bmbits, size, md);
743 OPENSSL_free(bmbits);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c690 char *bmbits; /* contents of bitmap */ local
717 bmbits = OPENSSL_malloc(size);
718 if (bmbits) {
727 /* Copy bitmap bits from memory DC to bmbits */
728 GetBitmapBits(hBitmap, size, bmbits);
731 MD(bmbits,size,md);
737 OPENSSL_free(bmbits);

Completed in 181 milliseconds