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

/external/openssl/ssl/
H A Ds3_srvr.c2145 EC_POINT *clnt_ecpoint = NULL; local
2567 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL)
2605 if (EC_POINT_copy(clnt_ecpoint,
2636 clnt_ecpoint, p, i, bn_ctx) == 0)
2656 i = ECDH_compute_key(p, (field_size+7)/8, clnt_ecpoint, srvr_ecdh, NULL);
2665 EC_POINT_free(clnt_ecpoint);
2901 EC_POINT_free(clnt_ecpoint);

Completed in 119 milliseconds