Searched refs:hashedPubKey (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc_mng/ |
| D | mbedtls_cc_mng_int.c | 205 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()
|
| D | mbedtls_cc_mng_int.h | 182 … 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/ |
| D | secureboot_stage_defs.h | 80 #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/ |
| D | sbrt_int_func.h | 62 …nsigned long hwBaseAddress, CCSbPubKeyIndexType_t keyIndex, uint32_t *hashedPubKey, uint32_t hashR…
|
| D | sbrt_int_func.c | 219 …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()
|