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

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dec.c36 struct EC_POINT { struct
54 EC_POINT *pubkey;
100 EC_POINT_free(EC_POINT *p)
107 ec_point_mul(EC_POINT *res, const EC_GROUP *group, const mp_int *point)
111 EC_POINT *
114 EC_POINT *p;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dbuffer.h96 int buffer_put_ecpoint_ret(Buffer *, const EC_GROUP *, const EC_POINT *);
97 void buffer_put_ecpoint(Buffer *, const EC_GROUP *, const EC_POINT *);
98 int buffer_get_ecpoint_ret(Buffer *, const EC_GROUP *, EC_POINT *);
99 void buffer_get_ecpoint(Buffer *, const EC_GROUP *, EC_POINT *);
H A Dbufec.c46 * Append an EC_POINT to the buffer as a string containing a SEC1 encoded
51 const EC_POINT *point)
89 const EC_POINT *point)
97 EC_POINT *point)
111 error("%s: EC_POINT too long: %u > max %u", __func__,
116 error("%s: EC_POINT buffer is empty", __func__);
120 error("%s: EC_POINT is in an incorrect form: "
140 EC_POINT *point)
H A Dkexecdh.c75 const EC_POINT *client_dh_pub,
76 const EC_POINT *server_dh_pub,
H A Dkex.h191 char *, int, u_char *, int, const EC_POINT *, const EC_POINT *,
H A Dkey.h134 int key_ec_validate_public(const EC_GROUP *, const EC_POINT *);
155 void key_dump_ec_point(const EC_GROUP *, const EC_POINT *);
H A Dpacket.h53 void packet_put_ecpoint(const EC_GROUP *, const EC_POINT *);
72 void packet_get_ecpoint(const EC_GROUP *, EC_POINT *);
H A Dkexecdhc.c53 EC_POINT *server_public;
H A Dkexecdhs.c54 EC_POINT *client_public;
H A Dkey.c1479 EC_POINT *q = NULL;
2125 key_ec_validate_public(const EC_GROUP *group, const EC_POINT *public)
2128 EC_POINT *nq = NULL;
2251 key_dump_ec_point(const EC_GROUP *group, const EC_POINT *point)
H A Dpacket.c641 packet_put_ecpoint(const EC_GROUP *curve, const EC_POINT *point)
1569 packet_get_ecpoint(const EC_GROUP *curve, EC_POINT *point)
H A Dssh-agent.c483 EC_POINT *q;
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_pkey_ec.c15 EC_POINT *point;
83 ossl_raise(eEC_POINT, "EC_POINT is not initialized"); \
365 static VALUE ossl_ec_point_dup(const EC_POINT *point, VALUE group_v)
393 const EC_POINT *point;
417 EC_POINT *point = NULL;
636 EC_POINT *point;
891 const EC_POINT *point;
1249 EC_POINT *point = NULL;
1256 ossl_raise(eEC_POINT, "EC_POINT already initialized");
1261 const EC_POINT *arg_poin
[all...]

Completed in 87 milliseconds