Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng_int.c205 int mbedtls_mng_pubKeyHashGet(mbedtls_mng_pubKeyType_t keyIndex, uint32_t *hashedPubKey, uint32_t h… in mbedtls_mng_pubKeyHashGet() argument
214 if (hashedPubKey == NULL) { in mbedtls_mng_pubKeyHashGet()
309 *(hashedPubKey + i) = regVal; in mbedtls_mng_pubKeyHashGet()
325 *(hashedPubKey + i) = 0; in mbedtls_mng_pubKeyHashGet()
Dmbedtls_cc_mng_int.h182 … uint32_t *hashedPubKey, /*!< [out] A buffer to contain the public key HASH. */
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h80 #define CC_BsvPubKeyHashGet(hwBaseAddress, keyIndex, hashedPubKey, hashResultSizeWords) \ argument
81 SBRT_PubKeyHashGet(hwBaseAddress, keyIndex, hashedPubKey, hashResultSizeWords)
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.h62 …nsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t *hashedPubKey, uint32_t hashR…
Dsbrt_int_func.c219 …nsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t *hashedPubKey, uint32_t hashR… in SBRT_PubKeyHashGet() argument
230 return mbedtls_mng_pubKeyHashGet(mngKeyIndex, hashedPubKey, hashResultSizeWords); in SBRT_PubKeyHashGet()