Home
last modified time | relevance | path

Searched refs:sessionType (Results 1 – 11 of 11) 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()
Dpart4.txt4729 760 TPM_HT sessionType;
4800 826 sessionType = HandleGetType(s_sessionHandles[sessionIndex]);
4809 830 && sessionType == TPM_HT_HMAC_SESSION
4812 833 && sessionType == TPM_HT_POLICY_SESSION
14478 211 TPM_SE sessionType, // IN: the session type
14491 224 pAssert( sessionType == TPM_SE_HMAC
14492 225 || sessionType == TPM_SE_POLICY
14493 226 || sessionType == TPM_SE_TRIAL);
14535 263 if(sessionType == TPM_SE_HMAC)
14546 274 if(sessionType == TPM_SE_TRIAL)
[all …]
Dpart3.txt2323 between the session and an object (the bind object). If sessionType is TPM_SE_POLICY or
2335 Additionally, if sessionType is TPM_SE_TRIAL, the session will not be usable for authorization but …
2381 TPM_SE sessionType
2516 79 result = SessionCreate(in->sessionType, in->authHash,
10477 NOTE 2 A policy session is set to a trial policy by TPM2_StartAuthSession(sessionType = TP…
/external/tpm2/generator/
Dcommands.txt124 _NAME sessionType
Draw_commands_fixed.txt3584 between the session and an object (the bind object). If sessionType is TPM_SE_POLICY or
3623 Additionally, if sessionType is TPM_SE_TRIAL, the session will not be usable for authorization but …
3703 sessionType
3997 result = SessionCreate(in->sessionType, in->authHash,
18691 A policy session is a trial policy by TPM2_StartAuthSession( sessionType = TPM_SE_TRIAL).
Draw_commands.txt3584 between the session and an object (the bind object). If sessionType is TPM_SE_POLICY or
3623 Additionally, if sessionType is TPM_SE_TRIAL, the session will not be usable for authorization but …
3701 sessionType
3995 result = SessionCreate(in->sessionType, in->authHash,
18680 A policy session is a trial policy by TPM2_StartAuthSession( sessionType = TPM_SE_TRIAL).