summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_get0_key.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/RSA_get0_key.321
1 files changed, 11 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/RSA_get0_key.3 b/src/lib/libcrypto/man/RSA_get0_key.3
index f09fb00d2b..cf82b21ce2 100644
--- a/src/lib/libcrypto/man/RSA_get0_key.3
+++ b/src/lib/libcrypto/man/RSA_get0_key.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_get0_key.3,v 1.8 2025/01/05 15:40:42 tb Exp $ 1.\" $OpenBSD: RSA_get0_key.3,v 1.10 2025/06/13 18:34:00 schwarze Exp $
2.\" selective merge up to: OpenSSL 665d899f Aug 2 02:19:43 2017 +0800 2.\" selective merge up to: OpenSSL 665d899f Aug 2 02:19:43 2017 +0800
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: January 5 2025 $ 68.Dd $Mdocdate: June 13 2025 $
69.Dt RSA_GET0_KEY 3 69.Dt RSA_GET0_KEY 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -88,6 +88,7 @@
88.Nm RSA_set_flags 88.Nm RSA_set_flags
89.Nd get and set data in an RSA object 89.Nd get and set data in an RSA object
90.Sh SYNOPSIS 90.Sh SYNOPSIS
91.Lb libcrypto
91.In openssl/rsa.h 92.In openssl/rsa.h
92.Ft void 93.Ft void
93.Fo RSA_get0_key 94.Fo RSA_get0_key
@@ -96,15 +97,15 @@
96.Fa "const BIGNUM **e" 97.Fa "const BIGNUM **e"
97.Fa "const BIGNUM **d" 98.Fa "const BIGNUM **d"
98.Fc 99.Fc
99.Ft "const BIGNUM *" 100.Ft const BIGNUM *
100.Fo RSA_get0_n 101.Fo RSA_get0_n
101.Fa "const RSA *r" 102.Fa "const RSA *r"
102.Fc 103.Fc
103.Ft "const BIGNUM *" 104.Ft const BIGNUM *
104.Fo RSA_get0_e 105.Fo RSA_get0_e
105.Fa "const RSA *r" 106.Fa "const RSA *r"
106.Fc 107.Fc
107.Ft "const BIGNUM *" 108.Ft const BIGNUM *
108.Fo RSA_get0_d 109.Fo RSA_get0_d
109.Fa "const RSA *r" 110.Fa "const RSA *r"
110.Fc 111.Fc
@@ -121,11 +122,11 @@
121.Fa "const BIGNUM **p" 122.Fa "const BIGNUM **p"
122.Fa "const BIGNUM **q" 123.Fa "const BIGNUM **q"
123.Fc 124.Fc
124.Ft "const BIGNUM *" 125.Ft const BIGNUM *
125.Fo RSA_get0_p 126.Fo RSA_get0_p
126.Fa "const RSA *r" 127.Fa "const RSA *r"
127.Fc 128.Fc
128.Ft "const BIGNUM *" 129.Ft const BIGNUM *
129.Fo RSA_get0_q 130.Fo RSA_get0_q
130.Fa "const RSA *r" 131.Fa "const RSA *r"
131.Fc 132.Fc
@@ -142,15 +143,15 @@
142.Fa "const BIGNUM **dmq1" 143.Fa "const BIGNUM **dmq1"
143.Fa "const BIGNUM **iqmp" 144.Fa "const BIGNUM **iqmp"
144.Fc 145.Fc
145.Ft "const BIGNUM *" 146.Ft const BIGNUM *
146.Fo RSA_get0_dmp1 147.Fo RSA_get0_dmp1
147.Fa "const RSA *r" 148.Fa "const RSA *r"
148.Fc 149.Fc
149.Ft "const BIGNUM *" 150.Ft const BIGNUM *
150.Fo RSA_get0_dmq1 151.Fo RSA_get0_dmq1
151.Fa "const RSA *r" 152.Fa "const RSA *r"
152.Fc 153.Fc
153.Ft "const BIGNUM *" 154.Ft const BIGNUM *
154.Fo RSA_get0_iqmp 155.Fo RSA_get0_iqmp
155.Fa "const RSA *r" 156.Fa "const RSA *r"
156.Fc 157.Fc