Searched defs:keyIndex (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/nvm/cc3x_nvm_rt/ |
D | nvm_otp.c | 72 CCError_t NVM_ReadHASHPubKey(unsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, CCHashRes… in NVM_ReadHASHPubKey() 123 CCError_t NVM_GetSwVersion(unsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t* s… in NVM_GetSwVersion() 142 CCError_t NVM_SetSwVersion(unsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t sw… in NVM_SetSwVersion()
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/cc_mng/ |
D | mbedtls_cc_mng_int.c | 98 int mbedtls_mng_swVersionGet(mbedtls_mng_pubKeyType_t keyIndex, uint32_t *swVersion) in mbedtls_mng_swVersionGet() 205 int mbedtls_mng_pubKeyHashGet(mbedtls_mng_pubKeyType_t keyIndex, uint32_t *hashedPubKey, uint32_t h… in mbedtls_mng_pubKeyHashGet()
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/ |
D | sbrt_int_func.c | 39 static CCError_t GetMngKeyIndex(CCSbPubKeyIndexType_t keyIndex, mbedtls_mng_pubKeyType_t *mngKeyInd… in GetMngKeyIndex() 205 CCError_t SBRT_SwVersionGet(unsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t *… in SBRT_SwVersionGet() 219 CCError_t SBRT_PubKeyHashGet(unsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t … in SBRT_PubKeyHashGet()
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/common/cc3x/ |
D | secureboot_defs.h | 39 CCSbPubKeyIndexType_t keyIndex; member
|
D | secureboot_base_swimgverify.c | 226 CCSbPubKeyIndexType_t keyIndex; in CCSbVerifyNvCounter() local
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/cc3x_verifier/ |
D | bootimagesverifier_swcomp.c | 39 CCSbPubKeyIndexType_t keyIndex, in CCCertValidateSWComps()
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/proj/cc3x/ |
D | cc_crypto_boot_defs.h | 78 …CCSbPubKeyIndexType_t keyIndex; /*!< Enumeration defining the key hash to retrieve: 128-bit HB… member
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/ |
D | secureboot_stage_defs.h | 77 #define CC_BsvSwVersionGet(hwBaseAddress, keyIndex, swVersion) \ argument 80 #define CC_BsvPubKeyHashGet(hwBaseAddress, keyIndex, hashedPubKey, hashResultSizeWords) \ argument
|
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/drivers/ |
D | fsl_iap.c | 539 status_t FFR_KeystoreGetKC(flash_config_t *config, uint8_t *pKeyCode, ffr_key_type_t keyIndex) in FFR_KeystoreGetKC()
|