Lines Matching +full:num +full:- +full:strings

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\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
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
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…
158 hidden entirely by defining \fB\s-1OPENSSL_API_COMPAT\s0\fR with a suitable version value,
163 \& int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
165 \& int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num,
183 …affine and EC_POINTs_make_affine force the internal representation of the \s-1EC_POINT\s0(s) into …
184 coordinate system. In the case of EC_POINTs_make_affine the value \fBnum\fR provides the number of …
189-1NULL\s0 in which case the result is just \fBq\fR * \fBm\fR (variable point multiplication). Alte…
193 …R * \fBm[0]\fR + ... + \fBq[num\-1]\fR * \fBm[num\-1]\fR. As for EC_POINT_mul the value \fBn\fR ma…
194 …ultiplication (\fBn\fR is non-NULL and \fBnum\fR is 0) or a variable point multiplication (\fBn\fR…
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.
226 Copyright 2013\-2023 The OpenSSL Project Authors. All Rights Reserved.
230 in the file \s-1LICENSE\s0 in the source distribution or at