Home
last modified time | relevance | path

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

/external/tpm2/
DHandle.c18 TPM_HT
24 return (TPM_HT) ((handle & HR_RANGE_MASK) >> HR_SHIFT); in HandleGetType()
DHandle_fp.h10 TPM_HT HandleGetType(TPM_HANDLE handle // IN: a handle to be checked
DContextLoad.c40 TPM_HT handleType; in TPM2_ContextLoad()
DSessionProcess.c215 TPM_HT type = HandleGetType(s_associatedHandles[sessionIndex]); in IsPolicySessionRequired()
572 TPM_HT sessionHandleType = in ComputeCommandHMAC()
879 TPM_HT sessionType; in RetrieveSessionData()
1111 TPM_HT sessionHandleType = HandleGetType(sessionHandle); in CheckAuthSession()
Dtpm_generated.h1511 UINT16 TPM_HT_Marshal(TPM_HT* source, BYTE** buffer, INT32* size);
1513 TPM_RC TPM_HT_Unmarshal(TPM_HT* target, BYTE** buffer, INT32* size);
Dtpm_types.h363 typedef UINT8 TPM_HT; typedef
Dtpm_generated.c7651 UINT16 TPM_HT_Marshal(TPM_HT* source, BYTE** buffer, INT32* size) { in TPM_HT_Marshal()
7655 TPM_RC TPM_HT_Unmarshal(TPM_HT* target, BYTE** buffer, INT32* size) { in TPM_HT_Unmarshal()