Searched refs:srvr_ecpoint (Results 1 - 2 of 2) sorted by relevance

/external/openssl/ssl/
H A Ds3_clnt.c1338 EC_POINT *srvr_ecpoint = NULL; local
1721 if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) ||
1732 (EC_POINT_oct2point(group, srvr_ecpoint,
1757 EC_KEY_set_public_key(ecdh, srvr_ecpoint);
1762 EC_POINT_free(srvr_ecpoint);
1763 srvr_ecpoint = NULL;
1908 EC_POINT_free(srvr_ecpoint);
2288 const EC_POINT *srvr_ecpoint = NULL; local
2621 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2623 if ((srvr_group == NULL) || (srvr_ecpoint
[all...]
H A Dd1_clnt.c969 const EC_POINT *srvr_ecpoint = NULL; local
1290 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
1292 if ((srvr_group == NULL) || (srvr_ecpoint == NULL))
1351 n=ECDH_compute_key(p, (field_size+7)/8, srvr_ecpoint, clnt_ecdh, NULL);

Completed in 100 milliseconds