Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.c39 …tic CCError_t GetMngKeyIndex(CCSbPubKeyIndexType_t keyIndex, mbedtls_mng_pubKeyType_t *mngKeyIndex) in GetMngKeyIndex() argument
43 *mngKeyIndex = CC_MNG_HASH_BOOT_KEY_0_128B; in GetMngKeyIndex()
46 *mngKeyIndex = CC_MNG_HASH_BOOT_KEY_1_128B; in GetMngKeyIndex()
49 *mngKeyIndex = CC_MNG_HASH_BOOT_KEY_256B; in GetMngKeyIndex()
52 *mngKeyIndex = CC_MNG_HASH_BOOT_NOT_USED; in GetMngKeyIndex()
55 *mngKeyIndex = CC_MNG_HASH_MAX_NUM; in GetMngKeyIndex()
208 mbedtls_mng_pubKeyType_t mngKeyIndex; in SBRT_SwVersionGet() local
212 error = GetMngKeyIndex(keyIndex, &mngKeyIndex); in SBRT_SwVersionGet()
216 return mbedtls_mng_swVersionGet(mngKeyIndex, swVersion); in SBRT_SwVersionGet()
222 mbedtls_mng_pubKeyType_t mngKeyIndex; in SBRT_PubKeyHashGet() local
[all …]