Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dmbedtls_cc_sbrt.c40 CCAddr_t certStoreAddress, in mbedtls_sb_cert_verify_single()
59 …_image_store_address_change(uint32_t *pCert, uint32_t maxCertSizeWords, CCAddr_t address, uint32_t… in mbedtls_sb_sw_image_store_address_change()
95 …CC_PAL_LOG_DEBUG("current address is 0x%x, new address is 0x%x\n", (CCAddr_t)(*pCurrRecAddInfo), a… in mbedtls_sb_sw_image_store_address_change()
97 UTIL_MemCopy((uint8_t*)pCurrRecAddInfo, (uint8_t*)&address, sizeof(CCAddr_t)); in mbedtls_sb_sw_image_store_address_change()
Dmbedtls_cc_sbrt.h73 CCAddr_t certStoreAddress,
107 CCAddr_t address,
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/secure_boot_gen/
Dsecureboot_gen_defs.h56 CCAddr_t flashAddress,
74 CCAddr_t flashAddress,
Dsecureboot_parser_gen_defs.h27 CCAddr_t memLoadAddr; /*!< Memory load address. */
38 CCAddr_t StoreAddr; /*!< Storage address. */
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/pal/cc3x/
Dcc_pal_sb_plat.h31 typedef uint32_t CCAddr_t; typedef
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/common/cc3x/
Dsecureboot_base_swimgverify.c54 CCAddr_t currLoadStartAddress = 0; in CCSbImageLoadAndVerify()
162 …cntNonSignedImageRec.StoreAddr = (CCAddr_t)((unsigned long)cntNonSignedImageRec.StoreAddr + chunkS… in CCSbImageLoadAndVerify()
163 cntImageRec.loadAddr = (CCAddr_t)((unsigned long)cntImageRec.loadAddr + chunkSizeInBytes); in CCSbImageLoadAndVerify()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/cc3x_verifier/
Dbootimagesverifier_api.h53CCAddr_t certStoreAddress, /*!< [in] Flash address where the certificate is located. This add…
Dbootimagesverifier_parser.h64CCAddr_t certAddress, /*!< [in] The address where the certificate is located. This addr…
Dbootimagesverifier_swcomp.c181 UTIL_MemCopy((uint8_t*)&AESIv[2], (uint8_t*)&cntImageRec.loadAddr, sizeof(CCAddr_t)); in CCCertValidateSWComps()
183 … UTIL_ReverseMemCopy((uint8_t*)&AESIv[2], (uint8_t*)&cntImageRec.loadAddr, sizeof(CCAddr_t)); in CCCertValidateSWComps()
Dbootimagesverifier_parser.c42 CCAddr_t certAddress, in CCCertLoadCertificate()
Dbootimagesverifier_base_single.c66 CCAddr_t certStoreAddress, in CC_SbCertVerifySingle()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/common/
Dcommon_cert_verify.h50 CCAddr_t certStoreAddress,
Dcommon_cert_parser.h35 CCAddr_t certAddress,
Dcommon_cert_verify.c306 CCAddr_t certStoreAddress, in CCCommonContentCertVerify()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/secure_debug/cc3x/
Dsecdebug_defs.h122 CCAddr_t loadAddr;
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_secure_boot.c583 … (CCAddr_t) RUNIT_SECURE_BOOT__IMAGE_PKG_3_NEW_FLASH_ADDRESS, in runIt_secureBoot()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/x509_cert_parser/
Dcc3x_sb_x509_parser.c169 CCAddr_t certAddress, in CCCertLoadCertificate()