Home
last modified time | relevance | path

Searched refs:flushHandle (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DFlushContext.c24 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()
DFlushContext_fp.h12 typedef struct { TPMI_DH_CONTEXT flushHandle; } FlushContext_In; member
DMarshal_FlushContext.c16 result = TPMI_DH_CONTEXT_Unmarshal(&target->flushHandle, buffer, size); in FlushContext_In_Unmarshal()