Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/common/cc3x/
Dsecureboot_base_swimgverify.c51 ContentCertImageRecord_t cntImageRec; in CCSbImageLoadAndVerify() local
69 …UTIL_MemCopy((uint8_t *)&cntImageRec, (uint8_t *)pSwRecSignedData, sizeof(ContentCertImageRecord_t… in CCSbImageLoadAndVerify()
74 currLoadStartAddress = cntImageRec.loadAddr; in CCSbImageLoadAndVerify()
76 if (cntImageRec.isAesCodeEncUsed == 0){ in CCSbImageLoadAndVerify()
90 (cntNonSignedImageRec.Len > cntImageRec.imageMaxSize)) { in CCSbImageLoadAndVerify()
99 if (cntImageRec.loadAddr == CC_SW_COMP_NO_MEM_LOAD_INDICATION) { in CCSbImageLoadAndVerify()
117 cntImageRec.loadAddr = CONVERT_TO_ADDR(workRam1); in CCSbImageLoadAndVerify()
139 …shflashRead_func(cntNonSignedImageRec.StoreAddr, (uint8_t*)(CONVERT_TO_ADDR(cntImageRec.loadAddr)), in CCSbImageLoadAndVerify()
151 (uint8_t *)(CONVERT_TO_ADDR(cntImageRec.loadAddr)), in CCSbImageLoadAndVerify()
152 (uint8_t *)(CONVERT_TO_ADDR(cntImageRec.loadAddr)), in CCSbImageLoadAndVerify()
[all …]
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/cc3x_verifier/
Dbootimagesverifier_swcomp.c69 ContentCertImageRecord_t cntImageRec; in CCCertValidateSWComps() local
179 …UTIL_MemCopy((uint8_t *)&cntImageRec, (uint8_t *)pSwRecSignedData, sizeof(ContentCertImageRecord_t… in CCCertValidateSWComps()
181 UTIL_MemCopy((uint8_t*)&AESIv[2], (uint8_t*)&cntImageRec.loadAddr, sizeof(CCAddr_t)); in CCCertValidateSWComps()
183 … UTIL_ReverseMemCopy((uint8_t*)&AESIv[2], (uint8_t*)&cntImageRec.loadAddr, sizeof(CCAddr_t)); in CCCertValidateSWComps()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.c80 ContentCertImageRecord_t cntImageRec; in SBRT_ImageLoadAndVerify() local
91 … CC_PalMemCopy((uint8_t *)&cntImageRec, pSwRecSignedData, sizeof(ContentCertImageRecord_t)); in SBRT_ImageLoadAndVerify()
94 cntImageRec.loadAddr = CC_SW_COMP_NO_MEM_LOAD_INDICATION; in SBRT_ImageLoadAndVerify()
95 … CC_PalMemCopy(pSwRecSignedData, (uint8_t*)&cntImageRec, sizeof(ContentCertImageRecord_t)); in SBRT_ImageLoadAndVerify()