Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/common/
Dcommon_cert_verify.c313 CCSbCertParserSwCompsInfo_t swImagesData; in CCCommonContentCertVerify() local
356 swImagesData.swCodeEncType = (CCswCodeEncType_t)(flags.flagsBits.swCodeEncType); in CCCommonContentCertVerify()
357swImagesData.swLoadVerifyScheme = (CCswLoadVerifyScheme_t)(flags.flagsBits.swLoadVerifyScheme); in CCCommonContentCertVerify()
358 swImagesData.swCryptoType = (CCswCryptoType_t)(flags.flagsBits.swCryptoType); in CCCommonContentCertVerify()
359 swImagesData.numOfSwComps = (flags.flagsBits.numOfSwCmp); in CCCommonContentCertVerify()
362 …UTIL_MemCopy((uint8_t *)swImagesData.nonce, (uint8_t *)(((unsigned long)pCertMain) + sizeof(uint32… in CCCommonContentCertVerify()
363swImagesData.pSwCompsData = (uint8_t *)(((unsigned long)pCertMain) + sizeof(uint32_t) + sizeof(CCS… in CCCommonContentCertVerify()
369 &swImagesData, in CCCommonContentCertVerify()