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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_srvr.c1666 EC_POINT *clnt_ecpoint = NULL; local
2088 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL)
2126 if (EC_POINT_copy(clnt_ecpoint,
2151 clnt_ecpoint, p, i, bn_ctx) == 0)
2171 i = ECDH_compute_key(p, (field_size+7)/8, clnt_ecpoint, srvr_ecdh, NULL);
2180 EC_POINT_free(clnt_ecpoint);
2209 EC_POINT_free(clnt_ecpoint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c2147 EC_POINT *clnt_ecpoint = NULL; local
2627 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL) {
2657 if (EC_POINT_copy(clnt_ecpoint,
2682 if (EC_POINT_oct2point(group, clnt_ecpoint, p, i, bn_ctx) == 0) {
2699 i = ECDH_compute_key(p, (field_size + 7) / 8, clnt_ecpoint, srvr_ecdh,
2707 EC_POINT_free(clnt_ecpoint);
2942 EC_POINT_free(clnt_ecpoint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c2147 EC_POINT *clnt_ecpoint = NULL; local
2627 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL) {
2657 if (EC_POINT_copy(clnt_ecpoint,
2682 if (EC_POINT_oct2point(group, clnt_ecpoint, p, i, bn_ctx) == 0) {
2699 i = ECDH_compute_key(p, (field_size + 7) / 8, clnt_ecpoint, srvr_ecdh,
2707 EC_POINT_free(clnt_ecpoint);
2942 EC_POINT_free(clnt_ecpoint);

Completed in 92 milliseconds