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

/freebsd-10.1-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-10.1-release/crypto/openssl/crypto/ec/
H A Dec_print.c112 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) {
H A Dec_oct.c166 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, function
H A Dectest.c397 if (!EC_POINT_oct2point(group, Q, buf, 1, ctx))
475 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
488 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
501 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
1133 if (!EC_POINT_oct2point(group, Q, buf, 1, ctx))
1212 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
1226 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
1241 if (!EC_POINT_oct2point(group, P, buf, len, ctx))
H A Dec_asn1.c876 if (!EC_POINT_oct2point(ret, point, params->base->data,
1082 if (!EC_POINT_oct2point(ret->group, ret->pub_key,
1276 if (!EC_POINT_oct2point(ret->group, ret->pub_key, *in, len, NULL)) {
H A Dec.h577 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_srvr.c2693 if (EC_POINT_oct2point(group, clnt_ecpoint, p, i, bn_ctx) == 0) {
H A Ds3_clnt.c1770 (EC_POINT_oct2point(group, srvr_ecpoint,

Completed in 102 milliseconds