Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/cc3x_verifier/
Dbootimagesverifier_parser.c40 uint32_t CCCertLoadCertificate(CCSbFlashReadFunc flashRead_func, in CCCertLoadCertificate() argument
56 …error = flashRead_func(certAddress, (uint8_t *)pCertHeader, sizeof(CCSbCertHeader_t), userContext); in CCCertLoadCertificate()
76 error = flashRead_func(certAddress + sizeof(CCSbCertHeader_t), in CCCertLoadCertificate()
Dbootimagesverifier_swcomp.h42 CCError_t CCCertValidateSWComps(CCSbFlashReadFunc flashRead_func,
Dbootimagesverifier_parser.h62 uint32_t CCCertLoadCertificate(CCSbFlashReadFunc flashRead_func, /*!< [in] Pointer to the flash …
Dbootimagesverifier_swcomp.c36 CCError_t CCCertValidateSWComps(CCSbFlashReadFunc flashRead_func, in CCCertValidateSWComps() argument
188 error = _CCSbImageLoadAndVerify(flashRead_func, userContext,/* Flash Read function */ in CCCertValidateSWComps()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/common/
Dcommon_cert_parser.h33 uint32_t CCCertLoadCertificate(CCSbFlashReadFunc flashRead_func,
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/x509_cert_parser/
Dcc3x_sb_x509_parser.c167 uint32_t CCCertLoadCertificate(CCSbFlashReadFunc flashRead_func, in CCCertLoadCertificate() argument
185 rc = flashRead_func(certAddress, in CCCertLoadCertificate()
219 rc = flashRead_func(certAddress + SIZE_OF_CERT_ASN1_HEADER, in CCCertLoadCertificate()