diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/EC_POINT_new.3 | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/lib/libcrypto/man/EC_POINT_new.3 b/src/lib/libcrypto/man/EC_POINT_new.3 index f3a44822d8..db6280fce7 100644 --- a/src/lib/libcrypto/man/EC_POINT_new.3 +++ b/src/lib/libcrypto/man/EC_POINT_new.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: EC_POINT_new.3,v 1.16 2025/03/08 16:51:34 tb Exp $ | 1 | .\" $OpenBSD: EC_POINT_new.3,v 1.17 2025/03/08 17:04:07 tb Exp $ |
| 2 | .\" full merge up to: OpenSSL 50db8163 Jul 30 16:56:41 2018 +0100 | 2 | .\" full merge up to: OpenSSL 50db8163 Jul 30 16:56:41 2018 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
| @@ -57,7 +57,6 @@ | |||
| 57 | .Nm EC_POINT_clear_free , | 57 | .Nm EC_POINT_clear_free , |
| 58 | .Nm EC_POINT_copy , | 58 | .Nm EC_POINT_copy , |
| 59 | .Nm EC_POINT_dup , | 59 | .Nm EC_POINT_dup , |
| 60 | .Nm EC_POINT_method_of , | ||
| 61 | .Nm EC_POINT_set_to_infinity , | 60 | .Nm EC_POINT_set_to_infinity , |
| 62 | .Nm EC_POINT_set_affine_coordinates , | 61 | .Nm EC_POINT_set_affine_coordinates , |
| 63 | .Nm EC_POINT_set_affine_coordinates_GFp , | 62 | .Nm EC_POINT_set_affine_coordinates_GFp , |
| @@ -97,10 +96,6 @@ | |||
| 97 | .Fa "const EC_POINT *src" | 96 | .Fa "const EC_POINT *src" |
| 98 | .Fa "const EC_GROUP *group" | 97 | .Fa "const EC_GROUP *group" |
| 99 | .Fc | 98 | .Fc |
| 100 | .Ft const EC_METHOD * | ||
| 101 | .Fo EC_POINT_method_of | ||
| 102 | .Fa "const EC_POINT *point" | ||
| 103 | .Fc | ||
| 104 | .Ft int | 99 | .Ft int |
| 105 | .Fo EC_POINT_set_to_infinity | 100 | .Fo EC_POINT_set_to_infinity |
| 106 | .Fa "const EC_GROUP *group" | 101 | .Fa "const EC_GROUP *group" |
| @@ -255,12 +250,6 @@ to the newly created | |||
| 255 | .Vt EC_POINT | 250 | .Vt EC_POINT |
| 256 | object. | 251 | object. |
| 257 | .Pp | 252 | .Pp |
| 258 | .Fn EC_POINT_method_of | ||
| 259 | obtains the | ||
| 260 | .Vt EC_METHOD | ||
| 261 | associated with | ||
| 262 | .Fa point . | ||
| 263 | .Pp | ||
| 264 | A valid point on a curve is the special point at infinity. | 253 | A valid point on a curve is the special point at infinity. |
| 265 | A point is set to be at infinity by calling | 254 | A point is set to be at infinity by calling |
| 266 | .Fn EC_POINT_set_to_infinity . | 255 | .Fn EC_POINT_set_to_infinity . |
| @@ -399,12 +388,6 @@ The following functions return 1 on success or 0 on error: | |||
| 399 | and | 388 | and |
| 400 | .Fn EC_POINT_oct2point . | 389 | .Fn EC_POINT_oct2point . |
| 401 | .Pp | 390 | .Pp |
| 402 | .Fn EC_POINT_method_of | ||
| 403 | returns the | ||
| 404 | .Vt EC_METHOD | ||
| 405 | associated with the supplied | ||
| 406 | .Vt EC_POINT . | ||
| 407 | .Pp | ||
| 408 | .Fn EC_POINT_point2oct | 391 | .Fn EC_POINT_point2oct |
| 409 | returns the length of the required buffer, or 0 on error. | 392 | returns the length of the required buffer, or 0 on error. |
| 410 | .Pp | 393 | .Pp |
| @@ -445,7 +428,6 @@ on error. | |||
| 445 | .Fn EC_POINT_free , | 428 | .Fn EC_POINT_free , |
| 446 | .Fn EC_POINT_clear_free , | 429 | .Fn EC_POINT_clear_free , |
| 447 | .Fn EC_POINT_copy , | 430 | .Fn EC_POINT_copy , |
| 448 | .Fn EC_POINT_method_of , | ||
| 449 | .Fn EC_POINT_set_to_infinity , | 431 | .Fn EC_POINT_set_to_infinity , |
| 450 | .Fn EC_POINT_set_affine_coordinates_GFp , | 432 | .Fn EC_POINT_set_affine_coordinates_GFp , |
| 451 | .Fn EC_POINT_get_affine_coordinates_GFp , | 433 | .Fn EC_POINT_get_affine_coordinates_GFp , |
