Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/card/
Dhash.h45 struct CARDRomHashContext;
88 typedef struct CARDRomHashContext struct
123 CARDRomHashContext; argument
146 void CARD_InitRomHashContext(CARDRomHashContext *context, const CARDRomHeaderTWL *header,
171 void CARD_NotifyRomHashReadAsync(CARDRomHashContext *context);
183 void CARD_ReadRomHashImage(CARDRomHashContext *context, void *buffer, u32 offset, u32 length);
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c149 SDK_INLINE u32 CARDi_GetHashSectorIndex(const CARDRomHashContext *context, u32 offset) in CARDi_GetHashSectorIndex()
176 static void CARDi_StartLoading(CARDRomHashContext *context) in CARDi_StartLoading()
228 void CARD_NotifyRomHashReadAsync(CARDRomHashContext *context) in CARD_NotifyRomHashReadAsync()
265 static CARDRomHashBlock* CARDi_TouchRomHashBlock(CARDRomHashContext *context, u32 sector) in CARDi_TouchRomHashBlock()
344 static void* CARDi_TouchRomHashSector(CARDRomHashContext *context, u32 offset) in CARDi_TouchRomHashSector()
404 void CARD_InitRomHashContext(CARDRomHashContext *context, const CARDRomHeaderTWL *header, in CARD_InitRomHashContext()
515 static void CARDi_ReadRomHashImageDirect(CARDRomHashContext *context, void *buffer, u32 offset, u32… in CARDi_ReadRomHashImageDirect()
582 static void CARDi_ReadRomHashImageCaching(CARDRomHashContext *context, void *buffer, u32 offset, u3… in CARDi_ReadRomHashImageCaching()
679 void CARD_ReadRomHashImage(CARDRomHashContext *context, void *buffer, u32 offset, u32 length) in CARD_ReadRomHashImage()
Dcard_rom.c700 static CARDRomHashContext context[1];
740 CARDRomHashContext *context = (CARDRomHashContext *)userdata; in CARDi_ReadCardWithHashInternalAsync()
/TwlSDK-5.1.0/build/libraries/fs/common/include/
Drom.h75 BOOL FSi_MountSRLFile(FSArchive *arc, FSFile *file, CARDRomHashContext *hash);
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c1416 CARDRomHashContext *hash = (CARDRomHashContext*)FS_GetArchiveBase(arc); in FSi_ReadSRLCallback()
1456 BOOL FSi_MountSRLFile(FSArchive *arc, FSFile *file, CARDRomHashContext *hash) in FSi_MountSRLFile()