Home
last modified time | relevance | path

Searched refs:CARDRomHashSector (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/card/
Dhash.h43 struct CARDRomHashSector;
48 typedef struct CARDRomHashSector struct
50 struct CARDRomHashSector *next; argument
55 CARDRomHashSector; argument
110 CARDRomHashSector *loading_sector; // Sector waiting for media to load
111 CARDRomHashSector *loaded_sector; // Sector waiting for hash verification
112 CARDRomHashSector *valid_sector; // Sector that has already been verified
120 CARDRomHashSector *sectors; // Sector data
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c83 length += MATH_ROUNDUP(sizeof(CARDRomHashSector) * CARD_ROM_HASH_SECTOR_MAX, 32); in CARD_CalcRomHashBufferLength()
200 CARDRomHashSector *sector = context->loading_sector; in CARDi_StartLoading()
234 CARDRomHashSector *sector = context->loading_sector; in CARD_NotifyRomHashReadAsync()
347 CARDRomHashSector **pp = &context->valid_sector; in CARDi_TouchRomHashSector()
348 CARDRomHashSector *sector = NULL; in CARDi_TouchRomHashSector()
368 CARDRomHashSector *loading = *pp; in CARDi_TouchRomHashSector()
424 context->sectors = (CARDRomHashSector *)cur; in CARD_InitRomHashContext()
470 CARDRomHashSector *sectors = context->sectors; in CARD_InitRomHashContext()
620 CARDRomHashSector *sector = NULL; in CARDi_ReadRomHashImageCaching()