Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c236 sector->next = context->loaded_sector; in CARD_NotifyRomHashReadAsync()
237 context->loaded_sector = sector; in CARD_NotifyRomHashReadAsync()
482 context->loaded_sector = NULL; in CARD_InitRomHashContext()
621 while ((context->loading_sector && !context->loaded_sector) || in CARDi_ReadRomHashImageCaching()
634 sector = context->loaded_sector; in CARDi_ReadRomHashImageCaching()
637 context->loaded_sector = sector->next; in CARDi_ReadRomHashImageCaching()
/TwlSDK-5.1.0/include/nitro/card/
Dhash.h111 CARDRomHashSector *loaded_sector; // Sector waiting for hash verification member