Searched refs:pExtEphUzPrivateKey (Results 1 – 2 of 2) sorted by relevance
171 mbedtls_mpi *pExtEphUzPrivateKey, in mbedtls_ecies_kem_encrypt_full() argument237 if ((pExtEphUzPublicKey != NULL) ^ (pExtEphUzPrivateKey != NULL)) in mbedtls_ecies_kem_encrypt_full()307 if (pExtEphUzPublicKey == NULL && pExtEphUzPrivateKey == NULL) in mbedtls_ecies_kem_encrypt_full()350 …if ((error = ecies_convert_mbed_to_cc_private_key(pDomain, pExtEphUzPrivateKey, pEphUzPrivKey, pTe… in mbedtls_ecies_kem_encrypt_full()
99 mbedtls_mpi *pExtEphUzPrivateKey,