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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dsha1.h11 #define uchar unsigned char macro
21 uchar buffer[64];
29 void sha1_update( sha1_context *ctx, uchar *input, uint length );
30 void sha1_finish( sha1_context *ctx, uchar digest[20] );
35 int sha1_file( char *filename, uchar digest[20] );
40 void sha1_csum( uchar *buf, uint buflen, uchar digest[20] );
45 void sha1_hmac( uchar *key, uint keylen, uchar *buf, uint buflen,
46 uchar diges
[all...]
H A Dsha1.c50 (b)[(i) ] = (uchar) ( (n) >> 24 ); \
51 (b)[(i) + 1] = (uchar) ( (n) >> 16 ); \
52 (b)[(i) + 2] = (uchar) ( (n) >> 8 ); \
53 (b)[(i) + 3] = (uchar) ( (n) ); \
72 void sha1_process( sha1_context *ctx, uchar data[64] )
228 void sha1_update( sha1_context *ctx, uchar *input, uint length )
267 static uchar sha1_padding[64] =
275 void sha1_finish( sha1_context *ctx, uchar digest[20] )
279 uchar msglen[8];
304 int sha1_file( char *filename, uchar diges
[all...]
H A Dairlink.c28 typedef unsigned char uchar; typedef
110 uchar *bk, *bs;
123 bk = (uchar *) mmap(NULL, lenk, PROT_READ, MAP_SHARED, fkd, 0);
128 bs = (uchar *) mmap(NULL, lens, PROT_READ, MAP_SHARED, fsd,
154 uint32_t crc32(uchar * buf, uint32_t len)
161 s0 = (s0 >> 8) ^ crctab[(uchar) (s0 & 0xFF) ^ buf[i]];
183 uchar b[0x400];
243 uchar *buf = malloc(len);
H A Dmkplanexfw.c232 sha1_update(&ctx, (uchar *) &seed, sizeof(seed));
/netgear-R7800-V1.0.2.28/target/linux/adm8668/image/lzma-loader/src/include/
H A Dcommon.h30 typedef unsigned char uchar; typedef
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddummy_audio.c104 u16 uchar; local
115 uchar = (c & 0x1f) << 6;
121 uchar |= c;
126 uchar = (c & 0x0f) << 12;
132 uchar |= c << 6;
138 uchar |= c;
141 if (0xd800 <= uchar && uchar <= 0xdfff)
153 uchar = c;
154 put_unaligned (cpu_to_le16 (uchar), c
[all...]

Completed in 105 milliseconds