Searched refs:flushHandle (Results 1 – 3 of 3) sorted by relevance
24 switch(HandleGetType(in->flushHandle)) in TPM2_FlushContext()27 if(!ObjectIsPresent(in->flushHandle)) in TPM2_FlushContext()30 ObjectFlush(in->flushHandle); in TPM2_FlushContext()34 if( !SessionIsLoaded(in->flushHandle) in TPM2_FlushContext()35 && !SessionIsSaved(in->flushHandle) in TPM2_FlushContext()41 if(in->flushHandle == g_exclusiveAuditSession) in TPM2_FlushContext()45 SessionFlush(in->flushHandle); in TPM2_FlushContext()
12 typedef struct { TPMI_DH_CONTEXT flushHandle; } FlushContext_In; member
16 result = TPMI_DH_CONTEXT_Unmarshal(&target->flushHandle, buffer, size); in FlushContext_In_Unmarshal()