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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Ds3_srvr.c2146 EC_POINT *clnt_ecpoint = NULL; local
2626 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL) {
2656 if (EC_POINT_copy(clnt_ecpoint,
2681 if (EC_POINT_oct2point(group, clnt_ecpoint, p, i, bn_ctx) == 0) {
2698 i = ECDH_compute_key(p, (field_size + 7) / 8, clnt_ecpoint, srvr_ecdh,
2706 EC_POINT_free(clnt_ecpoint);
2933 EC_POINT_free(clnt_ecpoint);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Ds3_srvr.c1987 EC_POINT *clnt_ecpoint = NULL; local
2440 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL)
2478 if (EC_POINT_copy(clnt_ecpoint,
2509 clnt_ecpoint, p, i, bn_ctx) == 0)
2529 i = ECDH_compute_key(p, (field_size+7)/8, clnt_ecpoint, srvr_ecdh, NULL);
2538 EC_POINT_free(clnt_ecpoint);
2727 EC_POINT_free(clnt_ecpoint);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Ds3_srvr.c1987 EC_POINT *clnt_ecpoint = NULL; local
2440 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL)
2478 if (EC_POINT_copy(clnt_ecpoint,
2509 clnt_ecpoint, p, i, bn_ctx) == 0)
2529 i = ECDH_compute_key(p, (field_size+7)/8, clnt_ecpoint, srvr_ecdh, NULL);
2538 EC_POINT_free(clnt_ecpoint);
2727 EC_POINT_free(clnt_ecpoint);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Ds3_srvr.c2146 EC_POINT *clnt_ecpoint = NULL; local
2626 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL) {
2656 if (EC_POINT_copy(clnt_ecpoint,
2681 if (EC_POINT_oct2point(group, clnt_ecpoint, p, i, bn_ctx) == 0) {
2698 i = ECDH_compute_key(p, (field_size + 7) / 8, clnt_ecpoint, srvr_ecdh,
2706 EC_POINT_free(clnt_ecpoint);
2933 EC_POINT_free(clnt_ecpoint);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Ds3_srvr.c2146 EC_POINT *clnt_ecpoint = NULL; local
2626 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL) {
2656 if (EC_POINT_copy(clnt_ecpoint,
2681 if (EC_POINT_oct2point(group, clnt_ecpoint, p, i, bn_ctx) == 0) {
2698 i = ECDH_compute_key(p, (field_size + 7) / 8, clnt_ecpoint, srvr_ecdh,
2706 EC_POINT_free(clnt_ecpoint);
2933 EC_POINT_free(clnt_ecpoint);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Ds3_srvr.c1987 EC_POINT *clnt_ecpoint = NULL; local
2440 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL)
2478 if (EC_POINT_copy(clnt_ecpoint,
2509 clnt_ecpoint, p, i, bn_ctx) == 0)
2529 i = ECDH_compute_key(p, (field_size+7)/8, clnt_ecpoint, srvr_ecdh, NULL);
2538 EC_POINT_free(clnt_ecpoint);
2727 EC_POINT_free(clnt_ecpoint);

Completed in 212 milliseconds