Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_ecies.c462 CCEcpkiUserPrivKey_t *pRecipUserPrivKey; in mbedtls_ecies_kem_decrypt() local
534 pRecipUserPrivKey = &pTempBuff->PrivKey; in mbedtls_ecies_kem_decrypt()
536 …if ((error = ecies_convert_mbed_to_cc_private_key(pDomain, pRecipUzPrivKey, pRecipUserPrivKey, pTe… in mbedtls_ecies_kem_decrypt()
543 pRecipPrivKey = (CCEcpkiPrivKey_t*) &(pRecipUserPrivKey->PrivKeyDbBuff); in mbedtls_ecies_kem_decrypt()