Searched refs:uint8 (Results 1 - 25 of 57) sorted by relevance

123

/vbox/src/VBox/RDP/client-1.8.3/
H A Dssl.h53 void rdssl_sha1_update(RDSSL_SHA1 * sha1, uint8 * data, uint32 len);
54 void rdssl_sha1_final(RDSSL_SHA1 * sha1, uint8 * out_data);
56 void rdssl_md5_update(RDSSL_MD5 * md5, uint8 * data, uint32 len);
57 void rdssl_md5_final(RDSSL_MD5 * md5, uint8 * out_data);
58 void rdssl_rc4_set_key(RDSSL_RC4 * rc4, uint8 * key, uint32 len);
59 void rdssl_rc4_crypt(RDSSL_RC4 * rc4, uint8 * in_data, uint8 * out_data, uint32 len);
60 void rdssl_rsa_encrypt(uint8 * out, uint8 * in, int len, uint32 modulus_size, uint8 * modulu
[all...]
H A Dorders.h73 uint8 opcode;
84 uint8 opcode;
98 uint8 opcode;
113 uint8 opcode;
137 uint8 action;
144 uint8 colour_table;
145 uint8 cache_id;
150 uint8 opcode;
164 uint8 colour_table;
165 uint8 cache_i
[all...]
H A Dproto.h43 RD_BOOL bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp);
45 void cache_rebuild_bmpcache_linked_list(uint8 id, sint16 * idx, int count);
46 void cache_bump_bitmap(uint8 id, uint16 idx, int bump);
47 void cache_evict_bitmap(uint8 id);
48 RD_HBITMAP cache_get_bitmap(uint8 id, uint16 idx);
49 void cache_put_bitmap(uint8 id, uint16 idx, RD_HBITMAP bitmap);
51 FONTGLYPH *cache_get_font(uint8 font, uint16 character);
52 void cache_put_font(uint8 font, uint16 character, uint16 offset, uint16 baseline, uint16 width,
54 DATABLOB *cache_get_text(uint8 cache_i
[all...]
H A Dlicence.c39 static uint8 g_licence_key[16];
40 static uint8 g_licence_sign_key[16];
47 licence_generate_keys(uint8 * client_random, uint8 * server_random, uint8 * pre_master_secret)
49 uint8 master_secret[48];
50 uint8 key_block[48];
64 licence_generate_hwid(uint8 * hwid)
72 licence_info(uint8 * client_random, uint8 * rsa_dat
[all...]
H A Dtypes.h37 typedef unsigned char uint8; typedef
66 uint8 red;
67 uint8 green;
68 uint8 blue;
93 uint8 style;
94 uint8 width;
105 uint8 *data;
111 uint8 xorigin;
112 uint8 yorigin;
113 uint8 styl
[all...]
H A Dssl.c40 rdssl_sha1_update(RDSSL_SHA1 * sha1, uint8 * data, uint32 len)
46 rdssl_sha1_final(RDSSL_SHA1 * sha1, uint8 * out_data)
58 rdssl_md5_update(RDSSL_MD5 * md5, uint8 * data, uint32 len)
64 rdssl_md5_final(RDSSL_MD5 * md5, uint8 * out_data)
70 rdssl_rc4_set_key(RDSSL_RC4 * rc4, uint8 * key, uint32 len)
76 rdssl_rc4_crypt(RDSSL_RC4 * rc4, uint8 * in_data, uint8 * out_data, uint32 len)
82 reverse(uint8 * p, int len)
85 uint8 temp;
96 rdssl_rsa_encrypt(uint8 * ou
[all...]
H A Dpstcache.c43 uint8 zero_key[] = { 0, 0, 0, 0, 0, 0, 0, 0 };
48 pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp)
62 pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx)
64 uint8 *celldata;
78 celldata = (uint8 *) xmalloc(cellhdr.length);
91 pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key,
92 uint8 width, uint8 height, uint16 length, uint8 * dat
[all...]
H A Dcliprdr.c44 static uint8 *last_formats = NULL;
48 cliprdr_send_packet(uint16 type, uint16 status, uint8 * data, uint32 length)
72 uint8 buffer[36];
86 cliprdr_send_native_format_announce(uint8 * formats_data, uint32 formats_data_length)
107 uint8 buffer[4];
115 cliprdr_send_data(uint8 * data, uint32 length)
126 uint8 *data;
H A Dsecure.c49 extern uint8 g_client_random[SEC_RANDOM_SIZE];
56 static uint8 g_sec_sign_key[16];
57 static uint8 g_sec_decrypt_key[16];
58 static uint8 g_sec_encrypt_key[16];
59 static uint8 g_sec_decrypt_update_key[16];
60 static uint8 g_sec_encrypt_update_key[16];
61 static uint8 g_sec_crypted_random[SEC_MAX_MODULUS_SIZE];
84 sec_hash_48(uint8 * out, uint8 * in, uint8 * salt
[all...]
H A Drdp5.c32 extern uint8 *g_next_packet;
40 uint8 type, ctype;
41 uint8 *next;
75 ns->data = (uint8 *) xrealloc(ns->data, rlen);
H A Dbitmap.c76 bitmap_decompress1(uint8 * output, int width, int height, uint8 * input, int size)
78 uint8 *end = input + size;
79 uint8 *prevline = NULL, *line = NULL;
82 uint8 code;
83 uint8 colour1 = 0, colour2 = 0;
84 uint8 mixmask, mask = 0;
85 uint8 mix = 0xff;
274 bitmap_decompress2(uint8 * output, int width, int height, uint8 * inpu
[all...]
H A Dcache.c67 cache_rebuild_bmpcache_linked_list(uint8 id, sint16 * idx, int count)
113 cache_bump_bitmap(uint8 id, uint16 idx, int bump)
179 cache_evict_bitmap(uint8 id)
204 cache_get_bitmap(uint8 id, uint16 idx)
227 cache_put_bitmap(uint8 id, uint16 idx, RD_HBITMAP bitmap)
288 cache_get_font(uint8 font, uint16 character)
305 cache_put_font(uint8 font, uint16 character, uint16 offset,
334 cache_get_text(uint8 cache_id)
344 cache_put_text(uint8 cache_id, void *data, int length)
358 static uint8 g_deskcach
[all...]
H A Diso.c48 iso_send_msg(uint8 code)
110 iso_recv_msg(uint8 * code, uint8 * rdpver)
114 uint8 version;
191 iso_recv(uint8 * rdpver)
194 uint8 code = 0;
216 uint8 code;
257 uint8 type = 0, flags = 0;
H A Dxclip.c113 static uint8 *formats_data = NULL;
156 static uint8 *g_clip_buffer = 0;
165 crlf2lf(uint8 * data, uint32 * length)
167 uint8 *dst, *src;
182 static uint8 *
183 utf16_lf2crlf(uint8 * data, uint32 * size)
185 uint8 *result;
201 while ((uint8 *) inptr < data + *size)
212 *size = (uint8 *) outptr - result;
219 static uint8 *
[all...]
H A Dmppc.c67 mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen)
76 uint8 *dict = g_mppc_dict.hist;
158 dict[next_offset++] = (uint8) (walker >> 24 | 0x80);
H A Drdpsnd.h33 uint8 index;
H A Dctrl.c51 extern uint8 g_static_rdesktop_salt_16[];
220 uint8 out[20], delim;
233 rdssl_sha1_update(&sha1, (uint8 *) & version, sizeof(version));
237 rdssl_sha1_update(&sha1, (uint8 *) user, strlen(user));
241 rdssl_sha1_update(&sha1, (uint8 *) domain, strlen(domain));
245 rdssl_sha1_update(&sha1, (uint8 *) host, strlen(host));
248 rdssl_sha1_update(&sha1, (uint8 *) & flags, sizeof(flags));
H A Dxwin.c901 translate8to8(const uint8 * data, uint8 * out, uint8 * end)
904 *(out++) = (uint8) g_colmap[*(data++)];
908 translate8to16(const uint8 * data, uint8 * out, uint8 * end)
942 translate8to24(const uint8 * data, uint8 * out, uint8 * en
[all...]
H A Dmcs.c98 uint8 result;
172 uint8 opcode, result;
221 uint8 opcode, result;
289 mcs_recv(uint16 * channel, uint8 * rdpver)
291 uint8 opcode, appid, length;
H A Drdp.c87 uint8 *g_next_packet;
100 extern uint8 *g_redirect_lb_info;
102 extern uint8 *g_redirect_cookie;
113 extern uint8 g_client_random[SEC_RANDOM_SIZE];
125 rdp_recv(uint8 * type)
129 uint8 rdpver;
192 rdp_send_data(STREAM s, uint8 data_pdu_type)
391 uint8 security_verifier[16];
755 uint8 order_caps[32];
918 static uint8 caps_0x0
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dobsints.c42 * types intn, uintn, uint, int8, uint8, int16, uint16, int32, uint32,
71 uint8 ui8;
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdint.h28 typedef uint8_t uint8; typedef
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/
H A Dxptinfo.h117 nsXPTType(const uint8& prefix)
118 {*(uint8*)this = prefix;}
120 nsXPTType& operator=(uint8 val)
126 operator uint8() const
169 uint8 TagPart() const
170 {return (uint8) (flags & XPT_TDP_TAGMASK);}
239 uint8 GetParamCount() const {return num_args;}
241 const nsXPTParamInfo GetParam(uint8 idx) const
/vbox/src/VBox/Additions/haiku/VBoxVideo/accelerant/
H A Daccelerant.h83 status_t vboxvideo_set_cursor_shape(uint16 width, uint16 height, uint16 hotX, uint16 hotY, uint8 *andMask, uint8 *xorMask);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/
H A DPrimitiveTest.c119 fprintf(stderr, "%c%02x", i ? ',' : ' ', (uint8)header[i]);
127 fprintf(stderr, "%c%02x/%c", i ? ',' : ' ', (uint8)data[i],
128 (uint8)data[i]);

Completed in 338 milliseconds

123