Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.c534 TRUST_COMPONENT *pComponent = NULL; in mergetrust() local
597 pComponent = (TRUST_COMPONENT *)(gBuf + SignOffset + SIGNATURE_SIZE); in mergetrust()
606 pComponent->ComponentID = pEntry->id; in mergetrust()
607 pComponent->StorageAddr = (OutFileSize >> 9); in mergetrust()
608 pComponent->ImageSize = (pEntry->align_size >> 9); in mergetrust()
609 pComponentData->LoadSize = pComponent->ImageSize; in mergetrust()
613 pComponent->StorageAddr, pComponent->ImageSize); in mergetrust()
617 pComponent++; in mergetrust()
765 TRUST_COMPONENT *pComponent = NULL; in unpacktrust() local
801 pComponent = (TRUST_COMPONENT *)(pBuf + SignOffset + SIGNATURE_SIZE); in unpacktrust()
[all …]