Searched refs:flushHandle (Results 1 – 7 of 7) 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()
16411 NOTE flushHandle is a parameter and not a handle. If it were in the handle area, the TPM would16413 saved session context, it is not necessary for the context to be in the TPM. When the flushHandle i…16435 TPMI_DH_CONTEXT flushHandle16464 TPM_RC_HANDLE flushHandle does not reference a loaded object or session16474 12 switch(HandleGetType(in->flushHandle))16477 15 if(!ObjectIsPresent(in->flushHandle))16480 18 ObjectFlush(in->flushHandle);16484 22 if( !SessionIsLoaded(in->flushHandle)16485 23 && !SessionIsSaved(in->flushHandle)16491 29 if(in->flushHandle == g_exclusiveAuditSession)[all …]
29662 flushHandle is a parameter and not a handle. If it were in the handle area, the TPM would validate29703 flushHandle29796 flushHandle does not reference a loaded object or session29810 switch(HandleGetType(in->flushHandle))29813 if(!ObjectIsPresent(in->flushHandle))29816 ObjectFlush(in->flushHandle);29821 !SessionIsLoaded(in->flushHandle)29822 && !SessionIsSaved(in->flushHandle)29827 if(in->flushHandle == g_exclusiveAuditSession)29830 SessionFlush(in->flushHandle);
29673 flushHandle is a parameter and not a handle. If it were in the handle area, the TPM would validate29714 flushHandle29807 flushHandle does not reference a loaded object or session29821 switch(HandleGetType(in->flushHandle))29824 if(!ObjectIsPresent(in->flushHandle))29827 ObjectFlush(in->flushHandle);29832 !SessionIsLoaded(in->flushHandle)29833 && !SessionIsSaved(in->flushHandle)29838 if(in->flushHandle == g_exclusiveAuditSession)29841 SessionFlush(in->flushHandle);
2414 _NAME flushHandle