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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_clnt.c1156 EC_POINT *srvr_ecpoint = NULL; local
1425 if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) ||
1432 if (!EC_POINT_oct2point(group, srvr_ecpoint,
1450 EC_KEY_set_public_key(ecdh, srvr_ecpoint);
1455 EC_POINT_free(srvr_ecpoint);
1456 srvr_ecpoint = NULL;
1570 EC_POINT_free(srvr_ecpoint);
1879 const EC_POINT *srvr_ecpoint = NULL; local
2124 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2126 if ((srvr_group == NULL) || (srvr_ecpoint
[all...]
/external/openssl/ssl/
H A Dd1_clnt.c983 const EC_POINT *srvr_ecpoint = NULL; local
1325 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
1327 if ((srvr_group == NULL) || (srvr_ecpoint == NULL))
1386 n=ECDH_compute_key(p, (field_size+7)/8, srvr_ecpoint, clnt_ecdh, NULL);
H A Ds3_clnt.c1373 EC_POINT *srvr_ecpoint = NULL; local
1868 if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) ||
1879 (EC_POINT_oct2point(group, srvr_ecpoint,
1904 EC_KEY_set_public_key(ecdh, srvr_ecpoint);
1909 EC_POINT_free(srvr_ecpoint);
1910 srvr_ecpoint = NULL;
2069 EC_POINT_free(srvr_ecpoint);
2451 const EC_POINT *srvr_ecpoint = NULL; local
2892 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2894 if ((srvr_group == NULL) || (srvr_ecpoint
[all...]

Completed in 112 milliseconds