Lines Matching +full:3 +full:- +full:point

18 .\" Set up some character translations and predefined strings.  \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
76 . ds #F .3m
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
133 .IX Title "EC_POINT_ADD 3ossl"
134 .TH EC_POINT_ADD 3ossl "2023-09-19" "3.0.11" "OpenSSL"
140 …mul, EC_POINT_mul, EC_GROUP_precompute_mult, EC_GROUP_have_precompute_mult \- Functions for perfor…
151 \& int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx);
158 hidden entirely by defining \fB\s-1OPENSSL_API_COMPAT\s0\fR with a suitable version value,
162 \& int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx);
172 …b\fR and places the result in \fBr\fR. Similarly EC_POINT_dbl doubles the point \fBa\fR and places…
175 EC_POINT_invert calculates the inverse of the supplied point \fBa\fR. The result is placed back in …
177 The function EC_POINT_is_at_infinity tests whether the supplied point is at infinity or not.
179 EC_POINT_is_on_curve tests whether the supplied point is on the curve or not.
183 …affine and EC_POINTs_make_affine force the internal representation of the \s-1EC_POINT\s0(s) into …
189-1NULL\s0 in which case the result is just \fBq\fR * \fBm\fR (variable point multiplication). Alte…
190 When performing a single fixed or variable point multiplication, the underlying implementation uses…
193 …Bq[0]\fR * \fBm[0]\fR + ... + \fBq[num\-1]\fR * \fBm[num\-1]\fR. As for EC_POINT_mul the value \fB…
194 … performing a fixed point multiplication (\fBn\fR is non-NULL and \fBnum\fR is 0) or a variable po…
197 The function EC_GROUP_precompute_mult stores multiples of the generator for faster point multiplica…
198 …lt tests whether precomputation has already been done. See \fBEC_GROUP_copy\fR\|(3) for information
207 EC_POINT_is_at_infinity returns 1 if the point is at infinity, or 0 otherwise.
209 EC_POINT_is_on_curve returns 1 if the point is on the curve, 0 if not, or \-1 on error.
211 EC_POINT_cmp returns 1 if the points are not equal, 0 if they are, or \-1 on error.
216 \&\fBcrypto\fR\|(7), \fBEC_GROUP_new\fR\|(3), \fBEC_GROUP_copy\fR\|(3),
217 \&\fBEC_POINT_new\fR\|(3), \fBEC_KEY_new\fR\|(3),
218 \&\fBEC_GFp_simple_method\fR\|(3), \fBd2i_ECPKParameters\fR\|(3)
226 Copyright 2013\-2023 The OpenSSL Project Authors. All Rights Reserved.
230 in the file \s-1LICENSE\s0 in the source distribution or at