Searched refs:tpmContext (Results 1 – 4 of 4) sorted by relevance
125 TPMS_CONTEXT tpmContext; in Esys_ContextLoad_Async() local156 tpmContext.sequence = context->sequence; in Esys_ContextLoad_Async()157 tpmContext.savedHandle = context->savedHandle; in Esys_ContextLoad_Async()158 tpmContext.hierarchy = context->hierarchy; in Esys_ContextLoad_Async()159 tpmContext.contextBlob = esyscontextData.tpmContext; in Esys_ContextLoad_Async()163 context = &tpmContext; in Esys_ContextLoad_Async()
266 memcpy(&esyscontextData.tpmContext.buffer[0], &(lcontext)->contextBlob.buffer[0], in Esys_ContextSave_Finish()268 esyscontextData.tpmContext.size = (lcontext)->contextBlob.size; in Esys_ContextSave_Finish()
105 …TPM2B_CONTEXT_DATA tpmContext; /**< Context information computed by tpm */ member
939 ret = Tss2_MU_TPM2B_CONTEXT_DATA_Marshal(&src->tpmContext, buffer, size, &offset_loc); in iesys_MU_IESYS_CONTEXT_DATA_Marshal()984 (dst == NULL)? NULL : &dst->tpmContext); in iesys_MU_IESYS_CONTEXT_DATA_Unmarshal()