Searched refs:isLoadFromFlash (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/cc3x_verifier/ |
D | bootimagesverifier_swcomp.c | 67 uint8_t isLoadFromFlash; in CCCertValidateSWComps() local 98 isLoadFromFlash = CC_TRUE; in CCCertValidateSWComps() 102 isLoadFromFlash = CC_TRUE; in CCCertValidateSWComps() 106 isLoadFromFlash = CC_FALSE; in CCCertValidateSWComps() 110 isLoadFromFlash = CC_TRUE; in CCCertValidateSWComps() 190 … isLoadFromFlash, /* should image be copied from Flash with user callback */ in CCCertValidateSWComps()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/common/cc3x/ |
D | secureboot_base_swimgverify.c | 38 uint8_t isLoadFromFlash, in CCSbImageLoadAndVerify() argument 138 if ( isLoadFromFlash == CC_TRUE) { in CCSbImageLoadAndVerify() 190 if ((isLoadFromFlash == CC_TRUE) && (isVerifyImage == CC_TRUE) in CCSbImageLoadAndVerify()
|
D | secureboot_base_swimgverify.h | 55 uint8_t isLoadFromFlash,
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/ |
D | sbrt_int_func.c | 69 uint8_t isLoadFromFlash, in SBRT_ImageLoadAndVerify() argument 88 if (isLoadFromFlash == CC_TRUE){ in SBRT_ImageLoadAndVerify() 111 hwBaseAddress, isLoadFromFlash, isVerifyImage, in SBRT_ImageLoadAndVerify()
|
D | sbrt_int_func.h | 33 uint8_t isLoadFromFlash,
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/ |
D | secureboot_stage_defs.h | 51 …dAndVerify(preHashflashRead_func, preHashUserContext, hwBaseAddress, isLoadFromFlash, isVerifyImag… argument 52 …dAndVerify(preHashflashRead_func, preHashUserContext, hwBaseAddress, isLoadFromFlash, isVerifyImag…
|