Home
last modified time | relevance | path

Searched refs:SessionIsLoaded (Results 1 – 5 of 5) sorted by relevance

/external/tpm2/
DSession.c128 SessionIsLoaded( in SessionIsLoaded() function
197 pAssert(SessionIsLoaded(handle)); in SessionPCRValueIsCurrent()
434 pAssert(SessionIsLoaded(handle)); in SessionContextSave()
554 && (SessionIsLoaded(handle) || SessionIsSaved(handle)) in SessionFlush()
DFlushContext.c34 if( !SessionIsLoaded(in->flushHandle) in TPM2_FlushContext()
DEntity.c92 if(SessionIsLoaded(*handle)) in EntityGetLoadStatus()
107 if(SessionIsLoaded(*handle)) in EntityGetLoadStatus()
DSession_fp.h47 BOOL SessionIsLoaded(TPM_HANDLE handle // IN: session handle
DSessionProcess.c931 if(!SessionIsLoaded(s_sessionHandles[sessionIndex])) in RetrieveSessionData()