Searched refs:TPM_SE (Results 1 – 7 of 7) sorted by relevance
51 TPM_SE sessionType;
129 TPM_SE sessionType, // IN: the session type
341 TPM_SE_Unmarshal(TPM_SE *target, BYTE **buffer, INT32 *size);
522 typedef UINT8 TPM_SE; typedef524 #define TPM_SE_HMAC (TPM_SE)(0x00)525 #define TPM_SE_POLICY (TPM_SE)(0x01)526 #define TPM_SE_TRIAL (TPM_SE)(0x03)
196 UNMARSHAL_DISPATCH(TPM_SE),
451 TPM_SE sessionType, // IN: the session type in SessionCreate()
464 TPM_SE_Unmarshal(TPM_SE *target, BYTE **buffer, INT32 *size) in TPM_SE_Unmarshal()