Home
last modified time | relevance | path

Searched refs:UINT8 (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
DAla.h26 UINT8 channel_id;
33 UINT8 sRecvData[1024];
34 UINT8 sSendData[1024];
37 UINT8 sTemp_recvbuf[1024];
52 UINT8 channel_cnt;
69 UINT8 channel_cnt;
79 static UINT8 OpenChannel[] = {0x00, 0x70, 0x00, 0x00, 0x01};
81 static UINT8 GetData[] = {0x80, 0xCA, 0x00, 0x46, 0x00};
83 static UINT8 SelectAla[] = {0x00, 0xA4, 0x04, 0x00, 0x0D, 0xA0, 0x00, 0x00, 0x03, 0x96, 0x41, 0x4C,…
85 static UINT8 SelectAla[] = {0x00, 0xA4, 0x04, 0x00, 0x0F, 0xA0, 0x00, 0x00, 0x03, 0x96, 0x54, 0x43,…
[all …]
DJcopOsDownload.h24 UINT8 sRecvData[1024];
25 UINT8 *sSendData;
32 UINT8 osid;
33 UINT8 ver1;
34 UINT8 ver0;
35 UINT8 OtherValid;
36 UINT8 ver_status;
44 UINT8 cur_state;
56 static UINT8 Trigger_APDU[] = {0x4F, 0x70, 0x80, 0x13, 0x04, 0xDE, 0xAD, 0xBE, 0xEF, 0x00};
57 static UINT8 GetInfo_APDU[] = {0x00, //CLA
[all …]
/external/libjpeg-turbo/
Djstdhuff.c20 add_huff_table(j_common_ptr cinfo, JHUFF_TBL **htblptr, const UINT8 *bits, in add_huff_table()
21 const UINT8 *val) in add_huff_table()
44 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); in add_huff_table()
45 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8)); in add_huff_table()
59 static const UINT8 bits_dc_luminance[17] = { in std_huff_tables()
62 static const UINT8 val_dc_luminance[] = { in std_huff_tables()
66 static const UINT8 bits_dc_chrominance[17] = { in std_huff_tables()
69 static const UINT8 val_dc_chrominance[] = { in std_huff_tables()
73 static const UINT8 bits_ac_luminance[17] = { in std_huff_tables()
76 static const UINT8 val_ac_luminance[] = { in std_huff_tables()
[all …]
Djpeglib.h105 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */
107 UINT8 huffval[256]; /* The symbols, in order of incr code length */
205 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
356 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
357 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
358 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
388 UINT8 JFIF_major_version; /* What to write for the JFIF version number */
389 UINT8 JFIF_minor_version;
394 UINT8 density_unit; /* JFIF code for pixel size units */
605 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
[all …]
/external/libusb/libusb/os/
Dwince_usb.h46 UINT8 bLength;
47 UINT8 bDescriptorType;
49 UINT8 bDeviceClass;
50 UINT8 bDeviceSubClass;
51 UINT8 bDeviceProtocol;
52 UINT8 bMaxPacketSize0;
56 UINT8 iManufacturer;
57 UINT8 iProduct;
58 UINT8 iSerialNumber;
59 UINT8 bNumConfigurations;
[all …]
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
DAlaLib.h51 unsigned char ALA_Start(const char *name, const char *dest, UINT8 *pdata, UINT16 len, UINT8 *respSW…
53 unsigned char ALA_Start(const char *name, UINT8 *pdata, UINT16 len);
77 unsigned char ALA_lsGetVersion(UINT8 *pVersion);
78 unsigned char ALA_lsGetStatus(UINT8 *pVersion);
79 unsigned char ALA_lsGetAppletStatus(UINT8 *pVersion);
81 void ALA_GetlistofApplets(char *list[], UINT8* num);
83 unsigned char ALA_GetCertificateKey(UINT8 *pKey, INT32 *pKeylen);
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAla.cpp27 UINT8 Cmd_Buffer[64*1024];
31 UINT8 *pBuffer;
34 UINT8 Select_Rsp[1024];
35 UINT8 Jsbl_RefKey[256];
36 UINT8 Jsbl_keylen;
38 UINT8 StoreData[22];
40 UINT8 StoreData[34];
44 UINT8 lsVersionArr[2];
45 UINT8 tag42Arr[17];
46 UINT8 tag45Arr[9];
[all …]
DAlaLib.cpp93 tJBL_STATUS ALA_Start(const char *name, const char *dest, UINT8 *pdata, UINT16 len, UINT8 *respSW) in ALA_Start()
95 tJBL_STATUS ALA_Start(const char *name, UINT8 *pdata, UINT16 len) in ALA_Start()
173 void ALA_GetlistofApplets(char *list[], UINT8* num) in ALA_GetlistofApplets()
177 UINT8 xx =0; in ALA_GetlistofApplets()
217 tJBL_STATUS ALA_GetCertificateKey(UINT8 *pKey, INT32 *pKeylen) in ALA_GetCertificateKey()
244 tJBL_STATUS ALA_lsGetVersion(UINT8 *pVersion) in ALA_lsGetVersion()
270 tJBL_STATUS ALA_lsGetStatus(UINT8 *pVersion) in ALA_lsGetStatus()
296 tJBL_STATUS ALA_lsGetAppletStatus(UINT8 *pVersion) in ALA_lsGetAppletStatus()
/external/openssh/
Dumac.c90 typedef u_int8_t UINT8; /* 1 byte */ typedef
170 typedef UINT8 aes_int_key[AES_ROUNDS+1][4][4]; /* AES internal */
184 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes) in kdf()
186 UINT8 in_buf[AES_BLOCK_LEN] = {0}; in kdf()
187 UINT8 out_buf[AES_BLOCK_LEN]; in kdf()
188 UINT8 *dst_buf = (UINT8 *)bufp; in kdf()
215 UINT8 cache[AES_BLOCK_LEN]; /* Previous AES output is saved */
216 UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */
222 UINT8 buf[UMAC_KEY_LEN]; in pdf_init()
232 static void pdf_gen_xor(pdf_ctx *pc, const UINT8 nonce[8], UINT8 buf[8]) in pdf_gen_xor()
[all …]
/external/libmtp/logs/
Dmtp-detect-sonyericsson-c905.txt107 d901: BuyFlag UINT8 data type ANY 8BIT VALUE form GET/SET
112 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
113 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
114 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
128 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
129 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
130 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
146 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
160 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
161 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
[all …]
Dmtp-detect-sonyericsson-w705.txt112 d901: BuyFlag UINT8 data type ANY 8BIT VALUE form GET/SET
117 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
118 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
119 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
133 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
134 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
135 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
151 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
165 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
166 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
[all …]
Dmtp-detect-sonyericsson-w715.txt111 d901: BuyFlag UINT8 data type ANY 8BIT VALUE form GET/SET
116 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
117 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
118 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
132 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
133 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
134 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
150 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
164 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
165 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
[all …]
Dmtp-detect-sonyericsson-w910.txt224 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
225 db02: unknown(db02) array of UINT8 data type ANY 8BIT VALUE form GET/SET
227 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
243 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
244 db02: unknown(db02) array of UINT8 data type ANY 8BIT VALUE form GET/SET
246 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
265 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
281 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
282 db02: unknown(db02) array of UINT8 data type ANY 8BIT VALUE form GET/SET
284 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
[all …]
Dmtp-detect-sonyericsson-k850i.txt103 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
104 db02: unknown(db02) array of UINT8 data type ANY 8BIT VALUE form GET/SET
105 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
132 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
133 db02: unknown(db02) array of UINT8 data type ANY 8BIT VALUE form GET/SET
134 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
151 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
165 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
166 db02: unknown(db02) array of UINT8 data type ANY 8BIT VALUE form GET/SET
167 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
[all …]
Dmtp-detect-sonyericsson-j10.txt102 d901: Buy flag UINT8 data type ANY 8BIT VALUE form GET/SET
107 db01: Unknown property UINT8 data type enumeration: 0, 1, GET/SET
108 db02: Unknown property array of UINT8 data type byte array: GET/SET
109 dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
126 db01: Unknown property UINT8 data type enumeration: 0, 1, GET/SET
127 db02: Unknown property array of UINT8 data type byte array: GET/SET
128 dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
144 dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
158 db01: Unknown property UINT8 data type enumeration: 0, 1, GET/SET
159 db02: Unknown property array of UINT8 data type byte array: GET/SET
[all …]
Dmtp-detect-sonyericsson-cedar.txt107 d901: Buy flag UINT8 data type ANY 8BIT VALUE form GET/SET
112 db01: Unknown property UINT8 data type enumeration: 0, 1, GET/SET
113 db02: Unknown property array of UINT8 data type byte array: GET/SET
114 dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
131 db01: Unknown property UINT8 data type enumeration: 0, 1, GET/SET
132 db02: Unknown property array of UINT8 data type byte array: GET/SET
133 dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
149 dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
163 db01: Unknown property UINT8 data type enumeration: 0, 1, GET/SET
164 db02: Unknown property array of UINT8 data type byte array: GET/SET
[all …]
Dmtp-detect-sonyericsson-elm.txt103 d901: Buy flag UINT8 data type ANY 8BIT VALUE form GET/SET
108 db01: Unknown property UINT8 data type enumeration: 0, 1, GET/SET
109 db02: Unknown property array of UINT8 data type byte array: GET/SET
110 dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
127 db01: Unknown property UINT8 data type enumeration: 0, 1, GET/SET
128 db02: Unknown property array of UINT8 data type byte array: GET/SET
129 dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
145 dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
159 db01: Unknown property UINT8 data type enumeration: 0, 1, GET/SET
160 db02: Unknown property array of UINT8 data type byte array: GET/SET
[all …]
Dmtp-detect-sonyericsson-w980.txt108 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
109 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
110 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
124 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
125 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
126 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
142 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
156 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
157 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
158 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
[all …]
Dmtp-detect-sonyericsson-w595.txt114 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
115 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
116 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
130 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
131 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
132 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
148 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
162 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
163 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
164 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
[all …]
Dmtp-detect-sonyericsson-w902.txt114 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
115 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
116 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
130 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
131 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
132 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
148 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
162 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
163 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
164 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
[all …]
Dmtp-detect-sonyericsson-w760i.txt104 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
105 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
106 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
120 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
121 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
122 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
138 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
152 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
153 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
154 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
[all …]
Dmtp-detect-sonyericsson-c702.txt114 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
115 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
116 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
130 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
131 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
132 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
148 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
162 db01: unknown(db01) UINT8 data type enumeration: 0, 1, GET/SET
163 db02: unknown(db02) array of UINT8 data type byte array: GET/SET
164 dc4f: NonConsumable UINT8 data type enumeration: 0, 1, GET/SET
[all …]
/external/vboot_reference/utility/
Deficompress.c107 IN UINT8 c
114 IN UINT8 c,
211 OUT UINT8 *p,
242 IN UINT8 Len[],
251 OUT UINT8 LenParm[],
260 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit;
262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
281 IN UINT8 *SrcBuffer, in EfiCompress()
283 IN UINT8 *DstBuffer, in EfiCompress()
394 *mDst++ = (UINT8)(((UINT8)(Data )) & 0xff); in PutDword()
[all …]
/external/avb/examples/uefi/
Duefi_avb_boot.c40 UINT8 boot_sector[0x01f1];
41 UINT8 setup_secs;
55 UINT8 loader_id;
56 UINT8 load_flags;
63 UINT8 ext_loader_ver;
64 UINT8 ext_loader_type;
68 UINT8 relocatable_kernel;
69 UINT8 min_alignment;
122 UINT8* kernel_buf = NULL; in uefi_avb_boot_kernel()
123 UINT8* initramfs_buf = NULL; in uefi_avb_boot_kernel()
[all …]
/external/libese/tools/ese_ls_provision/
Dese_ls_provision.cpp51 static void log_hexdump(const std::string& prefix, UINT8 *buf, size_t len) { in log_hexdump()
61 static bool static_ese_transceive(UINT8* xmitBuffer, INT32 xmitBufferSize, UINT8* recvBuffer, in static_ese_transceive()
106 UINT8 version_buf[4]; in send_ls_update()
113 UINT8 respSW_buf[4]; in send_ls_update()
117 const_cast<UINT8 *>(reinterpret_cast<const UINT8*>(update.shadata.data())), in send_ls_update()

12345678910>>...15