Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng_int.h180 int mbedtls_mng_pubKeyHashGet(
Dmbedtls_cc_mng_int.c205 int mbedtls_mng_pubKeyHashGet(mbedtls_mng_pubKeyType_t keyIndex, uint32_t *hashedPubKey, uint32_t h… in mbedtls_mng_pubKeyHashGet() function
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.c230 return mbedtls_mng_pubKeyHashGet(mngKeyIndex, hashedPubKey, hashResultSizeWords); in SBRT_PubKeyHashGet()