Home
last modified time | relevance | path

Searched refs:TPM_SE (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DStartAuthSession_fp.h51 TPM_SE sessionType;
DSession_fp.h129 TPM_SE sessionType, // IN: the session type
DMarshal_fp.h341 TPM_SE_Unmarshal(TPM_SE *target, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h522 typedef UINT8 TPM_SE; typedef
524 #define TPM_SE_HMAC (TPM_SE)(0x00)
525 #define TPM_SE_POLICY (TPM_SE)(0x01)
526 #define TPM_SE_TRIAL (TPM_SE)(0x03)
DCommandDispatchData.h196 UNMARSHAL_DISPATCH(TPM_SE),
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DSession.c451 TPM_SE sessionType, // IN: the session type in SessionCreate()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c464 TPM_SE_Unmarshal(TPM_SE *target, BYTE **buffer, INT32 *size) in TPM_SE_Unmarshal()