Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/cc3x_verifier/
Dbootimagesverifier_swcomp.c40 CCSbCertParserSwCompsInfo_t *pSwImagesData, in CCCertValidateSWComps() argument
76 pSwRecSignedData = pSwImagesData->pSwCompsData; in CCCertValidateSWComps()
81 nonce = pSwImagesData->nonce; in CCCertValidateSWComps()
82 swCodeEncType = pSwImagesData->swCodeEncType; in CCCertValidateSWComps()
83 swCryptoType = pSwImagesData->swCryptoType; in CCCertValidateSWComps()
84 swLoadVerifyScheme = pSwImagesData->swLoadVerifyScheme; in CCCertValidateSWComps()
175 for (i = 0; i < pSwImagesData->numOfSwComps; i++ ) { in CCCertValidateSWComps()
Dbootimagesverifier_swcomp.h46 CCSbCertParserSwCompsInfo_t *pSwImagesData,