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

/freebsd-9.3-release/crypto/openssh/
H A Dbufec.c41 * EC_POINT_oct2point.
125 if (EC_POINT_oct2point(curve, point, buf, len, bnctx) != 1) {
129 /* EC_POINT_oct2point verifies that the point is on the curve for us */
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_print.c112 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) {
H A Dectest.c288 if (!EC_POINT_oct2point(group, Q, buf, 1, ctx))
366 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
379 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
393 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
1137 if (!EC_POINT_oct2point(group, Q, buf, 1, ctx))
1216 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
1230 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
1245 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
H A Dec_asn1.c858 if (!EC_POINT_oct2point(ret, point, params->base->data,
1061 if (!EC_POINT_oct2point(ret->group, ret->pub_key,
1232 if (!EC_POINT_oct2point(ret->group, ret->pub_key, *in, len, NULL)) {
H A Dec.h250 int EC_POINT_oct2point(const EC_GROUP *, EC_POINT *, const unsigned char *buf,
H A Dec_lib.c926 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, function
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_srvr.c2278 if (EC_POINT_oct2point(group, clnt_ecpoint, p, i, bn_ctx) == 0) {
H A Ds3_clnt.c1388 (EC_POINT_oct2point(group, srvr_ecpoint,

Completed in 77 milliseconds