Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/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.3.1/build/libraries/card/common/src/
Dcard_hash.c83 length += MATH_ROUNDUP(sizeof(CARDRomHashSector) * CARD_ROM_HASH_SECTOR_MAX, 32); in CARD_CalcRomHashBufferLength()
210 CARDRomHashSector *sector = context->loading_sector; in CARDi_StartLoading()
244 CARDRomHashSector *sector = context->loading_sector; in CARD_NotifyRomHashReadAsync()
357 CARDRomHashSector **pp = &context->valid_sector; in CARDi_TouchRomHashSector()
358 CARDRomHashSector *sector = NULL; in CARDi_TouchRomHashSector()
378 CARDRomHashSector *loading = *pp; in CARDi_TouchRomHashSector()
434 context->sectors = (CARDRomHashSector *)cur; in CARD_InitRomHashContext()
480 CARDRomHashSector *sectors = context->sectors; in CARD_InitRomHashContext()
630 CARDRomHashSector *sector = NULL; in CARDi_ReadRomHashImageCaching()