Home
last modified time | relevance | path

Searched refs:OctStr16 (Results 1 – 6 of 6) sorted by relevance

/external/epid-sdk/epid/common/
Dfile_parser.h49 extern const OctStr16 kEpidVersionCode[kNumEpidVersions];
65 extern const OctStr16 kEpidFileTypeCode[kNumFileTypes];
70 OctStr16 epid_version; ///< Intel(R) EPID Version
71 OctStr16 file_type; ///< File Type
Dtypes.h75 typedef struct OctStr16 { struct
77 } OctStr16; typedef
/external/epid-sdk/epid/common/src/
Dfile_parser.c31 const OctStr16 kEpidVersionCode[kNumEpidVersions] = {
35 const OctStr16 kEpidFileTypeCode[kNumFileTypes] = {
51 static const OctStr16 kEpidVersion = {0x02, 0x00};
/external/epid-sdk/tools/revokekey/src/
Dmain.c34 const OctStr16 kEpidFileVersion = {2, 0};
/external/epid-sdk/tools/revokegrp/src/
Dmain.c32 const OctStr16 kEpidFileVersion = {2, 0};
/external/epid-sdk/tools/revokesig/src/
Dmain.c261 const OctStr16 kEpidFileVersion = {2, 0}; in FillRequest()