Home
last modified time | relevance | path

Searched refs:activeMinSwVersionVal (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/common/cc3x/
Dsecureboot_base_swimgverify.c211 if (certPkgInfo->activeMinSwVersionVal > certPkgInfo->otpVersion) { in CCSbSetNvCounter()
212 …rror = NVM_SetSwVersion(hwBaseAddress, certPkgInfo->keyIndex, certPkgInfo->activeMinSwVersionVal); in CCSbSetNvCounter()
251 activeNvCounterVal = certPkgInfo->activeMinSwVersionVal; in CCSbVerifyNvCounter()
Dsecureboot_defs.h41 uint32_t activeMinSwVersionVal; member
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/common/
Dcommon_cert_verify.c285 pCertPkgInfo->activeMinSwVersionVal = certMain.swVer; in CCCommonKeyCertVerify()