/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalTypes.h | 69 UINT8 marshalType; // UINT_MTYPE 70 UINT8 modifiers; // size and signed indicator. 75 UINT8 countOfselectors; 76 UINT8 modifiers; // NULL_SELECTOR 86 UINT8 count; 91 UINT8 marshalType; // VALUES_MTYPE 92 UINT8 modifiers; 93 UINT8 errorCode; 104 UINT8 marshalType; // STRUCTURE_MTYPE 105 UINT8 elements; [all …]
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/ |
D | Ala.h | 26 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 …]
|
D | JcopOsDownload.h | 24 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/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TableMarshalData.c | 51 ARRAY_MARSHAL_ENTRY(UINT8), 88 {MIN_MAX_MTYPE, TWO_BYTES|TAKES_NULL|HAS_BITS, (UINT8)TPM_RC_CURVE, 95 {MIN_MAX_MTYPE, ONE_BYTES|IS_SIGNED, (UINT8)TPM_RC_VALUE, 98 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_VALUE, 101 {TABLE_MTYPE, TWO_BYTES, (UINT8)TPM_RC_VALUE, 2, 104 {TABLE_MTYPE, ONE_BYTES, (UINT8)TPM_RC_VALUE, 3, 107 {VALUES_MTYPE, FOUR_BYTES, (UINT8)TPM_RC_VALUE, 1, 1, 119 {TABLE_MTYPE, ONE_BYTES, (UINT8)TPM_RC_VALUE, 2, 122 {VALUES_MTYPE, FOUR_BYTES|TAKES_NULL, (UINT8)TPM_RC_VALUE, 2, 0, 127 {VALUES_MTYPE, FOUR_BYTES|TAKES_NULL, (UINT8)TPM_RC_VALUE, 2, 3, [all …]
|
D | TableDrivenMarshal.c | 96 return (UINT32)*((UINT8 *)target); in GetUnmarshaledInteger() 110 ((UINT8 *)structure) + entry[2]); in GetSelector() 114 UINT8 *target, // IN/OUT: place to put the bytes in UnmarshalBytes() 115 UINT8 **buffer, // IN/OUT: source of the input data in UnmarshalBytes() 132 UINT8 *source, in MarshalBytes() 133 UINT8 **buffer, in MarshalBytes() 152 UINT8 *target, // IN: target for the data in ArrayUnmarshal() 153 UINT8 **buffer, // IN/OUT: place to get the data in ArrayUnmarshal() 178 UINT8 *source, // IN: source of the data in ArrayMarshal() 179 UINT8 **buffer, // IN/OUT: place to put the data in ArrayMarshal() [all …]
|
/external/libjpeg-turbo/ |
D | jstdhuff.c | 20 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 …]
|
D | jpeglib.h | 111 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ 113 UINT8 huffval[256]; /* The symbols, in order of incr code length */ 211 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ 362 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ 363 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */ 364 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */ 394 UINT8 JFIF_major_version; /* What to write for the JFIF version number */ 395 UINT8 JFIF_minor_version; 400 UINT8 density_unit; /* JFIF code for pixel size units */ 611 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */ [all …]
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/ |
D | AlaLib.h | 51 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/tpm2-tss/src/tss2-rc/ |
D | tss2_rc.c | 106 static inline UINT8 120 static inline UINT8 134 static inline UINT8 154 static inline UINT8 160 static inline UINT8 166 static inline UINT8 172 static inline UINT8 178 static inline UINT8 184 static inline UINT8 311 UINT8 index = tpm2_rc_fmt1_N_index_get(rc); in tpm2_err_handler_fmt1() [all …]
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
D | Ala.cpp | 27 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 …]
|
D | AlaLib.cpp | 93 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/tpm2-tss/test/unit/ |
D | UINT8-marshal.c | 25 UINT8 src = 0x1a; in UINT8_marshal_success() 41 UINT8 src = 0x1a; in UINT8_marshal_success_offset() 60 UINT8 src = 0x1a; in UINT8_marshal_buffer_null_with_offset() 75 UINT8 src = 0x1a; in UINT8_marshal_buffer_null_offset_null() 89 UINT8 src = 0x1a; in UINT8_marshal_buffer_size_lt_data() 106 UINT8 src = 0x1a; in UINT8_marshal_buffer_size_lt_offset() 125 UINT8 dest = 0; in UINT8_unmarshal_success() 139 UINT8 dest = 0; in UINT8_unmarshal_success_offset() 201 UINT8 dest = 0; in UINT8_unmarshal_buffer_size_lt_offset() 219 UINT8 dest = 0; in UINT8_unmarshal_buffer_size_lt_dest()
|
/external/openssh/ |
D | umac.c | 91 typedef u_int8_t UINT8; /* 1 byte */ typedef 171 typedef UINT8 aes_int_key[AES_ROUNDS+1][4][4]; /* AES internal */ 185 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes) in kdf() 187 UINT8 in_buf[AES_BLOCK_LEN] = {0}; in kdf() 188 UINT8 out_buf[AES_BLOCK_LEN]; in kdf() 189 UINT8 *dst_buf = (UINT8 *)bufp; in kdf() 218 UINT8 cache[AES_BLOCK_LEN]; /* Previous AES output is saved */ 219 UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */ 225 UINT8 buf[UMAC_KEY_LEN]; in pdf_init() 236 static void pdf_gen_xor(pdf_ctx *pc, const UINT8 nonce[8], UINT8 buf[8]) in pdf_gen_xor() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | TableDrivenMarshal_fp.h | 50 UINT8 **buffer, // IN/OUT: the data source buffer 60 UINT8 **buffer, // IN/OUT: the data source buffer 69 UINT8 **buffer, // IN/OUT: source of the data 83 UINT8 **buffer, // IN/OUT: the data source buffer 93 UINT8 **buffer, // IN/OUT: the data source buffer
|
/external/tpm2-tss/src/tss2-sys/ |
D | sysapi_util.h | 38 UINT8 *cmdBuffer; 40 UINT8 cmd_header[sizeof(TPM20_Header_In)]; /* Copy of the cmd header to allow reissue */ 45 UINT8 *cpBuffer; 47 UINT8 previousStage; 48 UINT8 authsCount; 49 UINT8 numResponseHandles;
|
/external/avb/examples/uefi/ |
D | uefi_avb_boot.c | 40 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/vboot_reference/utility/ |
D | eficompress.c | 107 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 …]
|
D | efidecompress.c | 64 UINT8 *mSrcBase; // Starting address of compressed data 65 UINT8 *mDstBase; // Starting address of decompressed data 80 UINT8 mCLen[NC]; 81 UINT8 mPTLen[NPT]; 90 UINT8 mPBit; 182 IN UINT8 *BitLen, in MakeTable() 431 Sd->mPTLen[Index++] = (UINT8) CharC; in ReadPTLen() 528 Sd->mCLen[Index++] = (UINT8) (CharC - 2); in ReadCLen() 648 Sd->mDstBase[Sd->mOutBuf++] = (UINT8) CharC; in Decode() 703 UINT8 *Src; in GetInfo() [all …]
|
/external/libese/tools/ese_ls_provision/ |
D | ese_ls_provision.cpp | 51 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()
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/ |
D | AdminPPI.c | 229 __in_ecount(CommandSize) UINT8 *CommandBuffer, in _admin__PPIRequest() 231 __deref_out_ecount(*ResponseSize) UINT8 **ResponseBuffer in _admin__PPIRequest() 238 UINT8 *CmdBuffer; in _admin__PPIRequest() 266 (UINT8 *)&cmd, in _admin__PPIRequest() 268 (UINT8**)&rspPtr)) { in _admin__PPIRequest() 285 __in_ecount(CommandSize) UINT8 *CommandBuffer, in _admin__PPICommand() 287 __deref_out_ecount(*ResponseSize) UINT8 **ResponseBuffer in _admin__PPICommand() 291 UINT8 *CmdBuffer; in _admin__PPICommand()
|
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
D | DataType.java | 27 UINT8(3), enumConstant 54 case UINT8: in byteSize() 96 case UINT8: in toStringName()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | data_type.cc | 26 case DataType::UINT8: in SizeOf() 69 case DataType::UINT8: in ToString() 100 case DataType::UINT8: in ToCLDataType() 131 case DataType::UINT8: in ToMetalDataType()
|
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
D | DataTypeTest.java | 31 assertThat(DataType.UINT8.byteSize()).isEqualTo(1); in testElemByteSize() 46 assertThat(DataType.UINT8.toStringName()).isEqualTo("byte"); in testINT8AndUINT8() 47 assertThat(DataType.INT8.toStringName()).isEqualTo(DataType.UINT8.toStringName()); in testINT8AndUINT8()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_texture_helper.cc | 35 case DataType::UINT8: // this requires GL_RGBA8 internal format in ToTextureFormat() 44 case DataType::UINT8: in ToTextureInternalFormat() 67 case DataType::UINT8: in ToTextureDataType()
|
/external/tpm2-tss/src/tss2-sys/api/ |
D | Tss2_Sys_SetDecryptParam.c | 26 const UINT8 *src, *limit; in Tss2_Sys_SetDecryptParam() 27 UINT8 *dst; in Tss2_Sys_SetDecryptParam() 78 dst = (UINT8 *)curr_param_buffer; in Tss2_Sys_SetDecryptParam()
|