Home
last modified time | relevance | path

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

/external/tpm2/
DSession.c305 TPM_SE sessionType, // IN: the session type in SessionCreate() argument
317 pAssert( sessionType == TPM_SE_HMAC in SessionCreate()
318 || sessionType == TPM_SE_POLICY in SessionCreate()
319 || sessionType == TPM_SE_TRIAL); in SessionCreate()
349 if(sessionType == TPM_SE_HMAC) in SessionCreate()
358 if(sessionType == TPM_SE_TRIAL) in SessionCreate()
397 if(bind != TPM_RH_NULL && sessionType == TPM_SE_HMAC) in SessionCreate()
DStartAuthSession_fp.h17 TPM_SE sessionType; member
DSession_fp.h33 TPM_RC SessionCreate(TPM_SE sessionType, // IN: the session type
DStartAuthSession.c104 result = SessionCreate(in->sessionType, in->authHash, in TPM2_StartAuthSession()
DMarshal_StartAuthSession.c58 result = TPM_SE_Unmarshal(&target->sessionType, buffer, size); in StartAuthSession_In_Unmarshal()
DSessionProcess.c879 TPM_HT sessionType; in RetrieveSessionData() local
933 sessionType = HandleGetType(s_sessionHandles[sessionIndex]); in RetrieveSessionData()
937 && sessionType == TPM_HT_HMAC_SESSION in RetrieveSessionData()
940 && sessionType == TPM_HT_POLICY_SESSION in RetrieveSessionData()