Home
last modified time | relevance | path

Searched refs:MarshalHeader_mst (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableDrivenMarshal.c62 ((MarshalHeader_mst *)(((BYTE *)(&MarshalData)) + (reference & NULL_MASK)))
64 static const MarshalHeader_mst *GetDescriptor(marshalIndex_t index) in GetDescriptor()
66 const MarshalHeader_mst *mst = MarshalLookupTable[index & NULL_MASK]; in GetDescriptor()
343 const MarshalHeader_mst *sel; in Unmarshal()
733 const MarshalHeader_mst *sel; in Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalTypes.h89 typedef struct MarshalHeader_mst struct
94 } MarshalHeader_mst; argument