Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/nitro/card/
Dhash.h91 CARDRomRegion area_ntr; member
/TwlSDK-5.5/build/libraries/card/common/src/
Dcard_hash.c161 offset -= context->area_ntr.offset; in CARDi_GetHashSectorIndex()
162 if (offset >= context->area_ntr.length) in CARDi_GetHashSectorIndex()
164 offset += (context->area_ntr.offset - context->area_ltd.offset); in CARDi_GetHashSectorIndex()
167 offset += context->area_ntr.length; in CARDi_GetHashSectorIndex()
446 context->area_ntr = header->digest_area_ntr; in CARD_InitRomHashContext()