Home
last modified time | relevance | path

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

/external/tpm2/
DContextLoad.c109 result = ObjectContextLoad(outObject, &out->loadedHandle); in TPM2_ContextLoad()
116 SequenceDataImportExport(ObjectGet(out->loadedHandle), in TPM2_ContextLoad()
151 out->loadedHandle = in->context.savedHandle; in TPM2_ContextLoad()
DContextLoad_fp.h14 typedef struct { TPMI_DH_CONTEXT loadedHandle; } ContextLoad_Out; member
DMarshal_ContextLoad.c20 total_size += TPMI_DH_CONTEXT_Marshal(&source->loadedHandle, buffer, size); in ContextLoad_Out_Marshal()