Home
last modified time | relevance | path

Searched refs:ContextLoad (Results 1 – 25 of 25) sorted by relevance

/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-esys/api/
H A DEsys_ContextLoad.c28 esysContext->in.ContextLoad.context = NULL; in store_input_parameters()
30 esysContext->in.ContextLoad.contextData = *context; in store_input_parameters()
31 esysContext->in.ContextLoad.context = in store_input_parameters()
32 &esysContext->in.ContextLoad.contextData; in store_input_parameters()
241 …r = iesys_MU_IESYS_CONTEXT_DATA_Unmarshal(&esysContext->in.ContextLoad.context->contextBlob.buffer… in Esys_ContextLoad_Finish()
/dports/games/libretro-handy/libretro-handy-94c0ab5/lynx/
H A Dsystem.cpp530 bool CSystem::ContextLoad(LSS_FILE *fp) in ContextLoad() function in CSystem
583 if(!mMemMap->ContextLoad(fp)) status=0; in ContextLoad()
587 if(!mRom->ContextLoad(fp)) status=0; in ContextLoad()
589 if(!mCart->ContextLoad(fp)) status=0; in ContextLoad()
591 if(!mRam->ContextLoad(fp)) status=0; in ContextLoad()
592 if(!mMikie->ContextLoad(fp)) status=0; in ContextLoad()
593 if(!mSusie->ContextLoad(fp)) status=0; in ContextLoad()
594 if(!mCpu->ContextLoad(fp)) status=0; in ContextLoad()
595 if(!mEEPROM->ContextLoad(fp)) status=0; in ContextLoad()
H A Dlynxbase.h46 virtual bool ContextLoad(FILE *fp) { return 0; }; in ContextLoad() function
H A Drom.h68 bool ContextLoad(LSS_FILE *fp);
H A Dram.h74 bool ContextLoad(LSS_FILE *fp);
H A Dmemmap.h76 bool ContextLoad(LSS_FILE *fp);
H A Drom.cpp128 bool CRom::ContextLoad(LSS_FILE *fp) in ContextLoad() function in CRom
H A Deeprom.h27 bool ContextLoad(LSS_FILE *fp);
H A Dram.cpp132 bool CRam::ContextLoad(LSS_FILE *fp) in ContextLoad() function in CRam
H A Dmemmap.cpp115 bool CMemMap::ContextLoad(LSS_FILE *fp) in ContextLoad() function in CMemMap
H A Dcart.h119 bool ContextLoad(LSS_FILE *fp);
H A Deeprom.cpp88 bool CEEPROM::ContextLoad(LSS_FILE *fp) in ContextLoad() function in CEEPROM
H A Dsystem.h206 bool ContextLoad(LSS_FILE *fp);
H A Dsusie.h341 bool ContextLoad(LSS_FILE *fp);
H A Dmikie.h198 bool ContextLoad(LSS_FILE *fp);
H A Dcart.cpp339 bool CCart::ContextLoad(LSS_FILE *fp) in ContextLoad() function in CCart
H A Dc65c02.h207 inline bool ContextLoad(LSS_FILE *fp) in ContextLoad() function
H A Dsusie.cpp268 bool CSusie::ContextLoad(LSS_FILE *fp) in ContextLoad() function in CSusie
H A Dmikie.cpp566 bool CMikie::ContextLoad(LSS_FILE *fp) in ContextLoad() function in CMikie
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/ibmtss/
H A DParameters.h193 ContextLoad_In ContextLoad; member
318 ContextLoad_Out ContextLoad; member
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-esys/
H A Desys_int.h122 ContextLoad_IN ContextLoad; member
/dports/games/libretro-handy/libretro-handy-94c0ab5/libretro/
H A Dlibretro.cpp463 return lynx->ContextLoad(&fp); in retro_unserialize()
/dports/lang/v8/v8-9.6.180.12/test/cctest/compiler/
H A Dtest-run-jsops.cc407 TEST(ContextLoad) { in TEST() argument
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/regtests/
H A Dtestsalt.bat265 echo "Salt Session - ContextSave and ContextLoad"
/dports/security/tpm2-tss/tpm2-tss-3.1.0/
H A DCHANGELOG.md501 correctly for ContextLoad command.
603 - Fixed bugs related to ContextLoad.
920 - Fixed bugs in ContextLoad function: otherData wasn't initialized before it