Home
last modified time | relevance | path

Searched refs:flushHandle (Results 1 – 7 of 7) 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()
Dpart3.txt16411 NOTE flushHandle is a parameter and not a handle. If it were in the handle area, the TPM would
16413 saved session context, it is not necessary for the context to be in the TPM. When the flushHandle i…
16435 TPMI_DH_CONTEXT flushHandle
16464 TPM_RC_HANDLE flushHandle does not reference a loaded object or session
16474 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 …]
/external/tpm2/generator/
Draw_commands.txt29662 flushHandle is a parameter and not a handle. If it were in the handle area, the TPM would validate
29703 flushHandle
29796 flushHandle does not reference a loaded object or session
29810 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);
Draw_commands_fixed.txt29673 flushHandle is a parameter and not a handle. If it were in the handle area, the TPM would validate
29714 flushHandle
29807 flushHandle does not reference a loaded object or session
29821 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);
Dcommands.txt2414 _NAME flushHandle