Searched refs:loadedHandle (Results 1 – 7 of 7) sorted by relevance
/external/tpm2/ |
D | ContextLoad.c | 109 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()
|
D | ContextLoad_fp.h | 14 typedef struct { TPMI_DH_CONTEXT loadedHandle; } ContextLoad_Out; member
|
D | Marshal_ContextLoad.c | 20 total_size += TPMI_DH_CONTEXT_Marshal(&source->loadedHandle, buffer, size); in ContextLoad_Out_Marshal()
|
D | part3.txt | 16201 TPMI_DH_CONTEXT loadedHandle 16322 89 result = ObjectContextLoad(outObject, &out->loadedHandle); 16329 96 SequenceDataImportExport(ObjectGet(out->loadedHandle), 16369 131 out->loadedHandle = in->context.savedHandle;
|
/external/tpm2/generator/ |
D | commands.txt | 2403 _NAME loadedHandle
|
D | raw_commands.txt | 29246 loadedHandle 29510 result = ObjectContextLoad(outObject, &out->loadedHandle); 29516 SequenceDataImportExport(ObjectGet(out->loadedHandle), 29599 out->loadedHandle = in->context.savedHandle;
|
D | raw_commands_fixed.txt | 29257 loadedHandle 29521 result = ObjectContextLoad(outObject, &out->loadedHandle); 29527 SequenceDataImportExport(ObjectGet(out->loadedHandle), 29610 out->loadedHandle = in->context.savedHandle;
|