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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_srvr.c1762 EC_POINT *clnt_ecpoint = NULL; local
2077 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL)
2100 if (!EC_POINT_oct2point(group, clnt_ecpoint,
2125 ecdh_len, clnt_ecpoint, srvr_ecdh, NULL);
2133 EC_POINT_free(clnt_ecpoint);
2211 EC_POINT_free(clnt_ecpoint);
/external/openssl/ssl/
H A Ds3_srvr.c2219 EC_POINT *clnt_ecpoint = NULL; local
2745 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL)
2783 if (EC_POINT_copy(clnt_ecpoint,
2814 clnt_ecpoint, p, i, bn_ctx) == 0)
2834 i = ECDH_compute_key(p, (field_size+7)/8, clnt_ecpoint, srvr_ecdh, NULL);
2843 EC_POINT_free(clnt_ecpoint);
3001 EC_POINT_free(clnt_ecpoint);

Completed in 135 milliseconds