Searched refs:pExtEphUzPublicKey (Results 1 – 2 of 2) sorted by relevance
170 mbedtls_ecp_point *pExtEphUzPublicKey, 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()357 …if ((error = ecies_convert_mbed_to_cc_public_key(pGrp, pDomain, pExtEphUzPublicKey, pEphUzPublKey,… in mbedtls_ecies_kem_encrypt_full()
94 mbedtls_ecp_point *pExtEphUzPublicKey,