Searched refs:CARDRomHashContext (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.3.1/include/nitro/card/ |
| D | hash.h | 45 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.3.1/build/libraries/card/common/src/ |
| D | card_hash.c | 159 SDK_INLINE u32 CARDi_GetHashSectorIndex(const CARDRomHashContext *context, u32 offset) in CARDi_GetHashSectorIndex() 186 static void CARDi_StartLoading(CARDRomHashContext *context) in CARDi_StartLoading() 238 void CARD_NotifyRomHashReadAsync(CARDRomHashContext *context) in CARD_NotifyRomHashReadAsync() 275 static CARDRomHashBlock* CARDi_TouchRomHashBlock(CARDRomHashContext *context, u32 sector) in CARDi_TouchRomHashBlock() 354 static void* CARDi_TouchRomHashSector(CARDRomHashContext *context, u32 offset) in CARDi_TouchRomHashSector() 414 void CARD_InitRomHashContext(CARDRomHashContext *context, const CARDRomHeaderTWL *header, in CARD_InitRomHashContext() 525 static void CARDi_ReadRomHashImageDirect(CARDRomHashContext *context, void *buffer, u32 offset, u32… in CARDi_ReadRomHashImageDirect() 592 static void CARDi_ReadRomHashImageCaching(CARDRomHashContext *context, void *buffer, u32 offset, u3… in CARDi_ReadRomHashImageCaching() 689 void CARD_ReadRomHashImage(CARDRomHashContext *context, void *buffer, u32 offset, u32 length) in CARD_ReadRomHashImage()
|
| D | card_rom.c | 703 static CARDRomHashContext context[1]; 743 CARDRomHashContext *context = (CARDRomHashContext *)userdata; in CARDi_ReadCardWithHashInternalAsync()
|
| /TwlSDK-5.3.1/build/libraries/fs/common/include/ |
| D | rom.h | 75 BOOL FSi_MountSRLFile(FSArchive *arc, FSFile *file, CARDRomHashContext *hash);
|
| /TwlSDK-5.3.1/build/libraries/fs/common/src/ |
| D | fs_proc_default.c | 1415 CARDRomHashContext *hash = (CARDRomHashContext*)FS_GetArchiveBase(arc); in FSi_ReadSRLCallback() 1455 BOOL FSi_MountSRLFile(FSArchive *arc, FSFile *file, CARDRomHashContext *hash) in FSi_MountSRLFile()
|