Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/card/
Dhash.h91 CARDRomRegion area_ntr; member
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c151 offset -= context->area_ntr.offset; in CARDi_GetHashSectorIndex()
152 if (offset >= context->area_ntr.length) in CARDi_GetHashSectorIndex()
154 offset += (context->area_ntr.offset - context->area_ltd.offset); in CARDi_GetHashSectorIndex()
157 offset += context->area_ntr.length; in CARDi_GetHashSectorIndex()
436 context->area_ntr = header->digest_area_ntr; in CARD_InitRomHashContext()