Searched refs:pSwRecSignedData (Results 1 – 6 of 6) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/cc3x_verifier/ |
| D | bootimagesverifier_swcomp.c | 52 uint8_t *pSwRecSignedData = NULL; in CCCertValidateSWComps() local 76 pSwRecSignedData = pSwImagesData->pSwCompsData; in CCCertValidateSWComps() 179 …UTIL_MemCopy((uint8_t *)&cntImageRec, (uint8_t *)pSwRecSignedData, sizeof(ContentCertImageRecord_t… in CCCertValidateSWComps() 195 … pSwRecSignedData, /* pointer to SW component signed data - not word aligned for x.509 */ in CCCertValidateSWComps() 204 …pSwRecSignedData = (uint8_t *)((unsigned long)pSwRecSignedData + SW_REC_SIGNED_DATA_SIZE_IN_BYTES); in CCCertValidateSWComps()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/ |
| D | sbrt_int_func.c | 74 uint8_t *pSwRecSignedData, in SBRT_ImageLoadAndVerify() argument 91 … CC_PalMemCopy((uint8_t *)&cntImageRec, pSwRecSignedData, sizeof(ContentCertImageRecord_t)); in SBRT_ImageLoadAndVerify() 95 … CC_PalMemCopy(pSwRecSignedData, (uint8_t*)&cntImageRec, sizeof(ContentCertImageRecord_t)); in SBRT_ImageLoadAndVerify() 112 cryptoMode, keyType, AESIv, pSwRecSignedData, in SBRT_ImageLoadAndVerify()
|
| D | sbrt_int_func.h | 38 uint8_t *pSwRecSignedData,
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/common/cc3x/ |
| D | secureboot_base_swimgverify.h | 60 uint8_t *pSwRecSignedData,
|
| D | secureboot_base_swimgverify.c | 43 uint8_t *pSwRecSignedData, in CCSbImageLoadAndVerify() argument 69 …UTIL_MemCopy((uint8_t *)&cntImageRec, (uint8_t *)pSwRecSignedData, sizeof(ContentCertImageRecord_t… in CCSbImageLoadAndVerify()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/ |
| D | secureboot_stage_defs.h | 51 …ddress, isLoadFromFlash, isVerifyImage, cryptoMode, keyType, AESIv, pSwRecSignedData, pSwRecNoneSi… argument 52 …ddress, isLoadFromFlash, isVerifyImage, cryptoMode, keyType, AESIv, pSwRecSignedData, pSwRecNoneSi…
|