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/ |
| D | bootimagesverifier_parser.c | 40 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()
|
| D | bootimagesverifier_swcomp.h | 42 CCError_t CCCertValidateSWComps(CCSbFlashReadFunc flashRead_func,
|
| D | bootimagesverifier_parser.h | 62 uint32_t CCCertLoadCertificate(CCSbFlashReadFunc flashRead_func, /*!< [in] Pointer to the flash …
|
| D | bootimagesverifier_swcomp.c | 36 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/ |
| D | common_cert_parser.h | 33 uint32_t CCCertLoadCertificate(CCSbFlashReadFunc flashRead_func,
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/x509_cert_parser/ |
| D | cc3x_sb_x509_parser.c | 167 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()
|