summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EC_POINT_point2oct.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/EC_POINT_point2oct.3')
-rw-r--r--src/lib/libcrypto/man/EC_POINT_point2oct.312
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/EC_POINT_point2oct.3 b/src/lib/libcrypto/man/EC_POINT_point2oct.3
index 282adc9611..ac89c9b1d4 100644
--- a/src/lib/libcrypto/man/EC_POINT_point2oct.3
+++ b/src/lib/libcrypto/man/EC_POINT_point2oct.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EC_POINT_point2oct.3,v 1.5 2025/06/08 22:40:29 schwarze Exp $ 1.\" $OpenBSD: EC_POINT_point2oct.3,v 1.6 2025/06/13 18:34:00 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: June 8 2025 $ 17.Dd $Mdocdate: June 13 2025 $
18.Dt EC_POINT_POINT2OCT 3 18.Dt EC_POINT_POINT2OCT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -54,7 +54,7 @@ typedef enum {
54.Fa "size_t len" 54.Fa "size_t len"
55.Fa "BN_CTX *ctx" 55.Fa "BN_CTX *ctx"
56.Fc 56.Fc
57.Ft "BIGNUM *" 57.Ft BIGNUM *
58.Fo EC_POINT_point2bn 58.Fo EC_POINT_point2bn
59.Fa "const EC_GROUP *group" 59.Fa "const EC_GROUP *group"
60.Fa "const EC_POINT *point" 60.Fa "const EC_POINT *point"
@@ -62,21 +62,21 @@ typedef enum {
62.Fa "BIGNUM *bn" 62.Fa "BIGNUM *bn"
63.Fa "BN_CTX *ctx" 63.Fa "BN_CTX *ctx"
64.Fc 64.Fc
65.Ft "EC_POINT *" 65.Ft EC_POINT *
66.Fo EC_POINT_bn2point 66.Fo EC_POINT_bn2point
67.Fa "const EC_GROUP *group" 67.Fa "const EC_GROUP *group"
68.Fa "const BIGNUM *bn" 68.Fa "const BIGNUM *bn"
69.Fa "EC_POINT *point" 69.Fa "EC_POINT *point"
70.Fa "BN_CTX *ctx" 70.Fa "BN_CTX *ctx"
71.Fc 71.Fc
72.Ft "char *" 72.Ft char *
73.Fo EC_POINT_point2hex 73.Fo EC_POINT_point2hex
74.Fa "const EC_GROUP *group" 74.Fa "const EC_GROUP *group"
75.Fa "const EC_POINT *point" 75.Fa "const EC_POINT *point"
76.Fa "point_conversion_form_t form" 76.Fa "point_conversion_form_t form"
77.Fa "BN_CTX *ctx" 77.Fa "BN_CTX *ctx"
78.Fc 78.Fc
79.Ft "EC_POINT *" 79.Ft EC_POINT *
80.Fo EC_POINT_hex2point 80.Fo EC_POINT_hex2point
81.Fa "const EC_GROUP *group" 81.Fa "const EC_GROUP *group"
82.Fa "const char *hex" 82.Fa "const char *hex"