Home
last modified time | relevance | path

Searched defs:swVersion (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/nvm/cc3x_nvm_rt/
Dnvm_otp.c123 … NVM_GetSwVersion(unsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t* swVersion) in NVM_GetSwVersion()
142 …t NVM_SetSwVersion(unsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t swVersion) in NVM_SetSwVersion()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng_int.c98 int mbedtls_mng_swVersionGet(mbedtls_mng_pubKeyType_t keyIndex, uint32_t *swVersion) in mbedtls_mng_swVersionGet()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/common/cc3x/
Dsecureboot_base_swimgverify.c221 CCError_t CCSbVerifyNvCounter(unsigned long hwBaseAddress, uint32_t swVersion, CCSbCertInfo_t *cert… in CCSbVerifyNvCounter()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/proj/cc3x/
Dcc_crypto_boot_defs.h79 uint32_t swVersion; /*!< Sw version.*/ member
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.c205 …SBRT_SwVersionGet(unsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t *swVersion) in SBRT_SwVersionGet()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h77 #define CC_BsvSwVersionGet(hwBaseAddress, keyIndex, swVersion) \ argument