summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_BLINDING_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BN_BLINDING_new.3')
-rw-r--r--src/lib/libcrypto/man/BN_BLINDING_new.316
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/BN_BLINDING_new.3 b/src/lib/libcrypto/man/BN_BLINDING_new.3
index d8860f543e..c1a9e903ed 100644
--- a/src/lib/libcrypto/man/BN_BLINDING_new.3
+++ b/src/lib/libcrypto/man/BN_BLINDING_new.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BN_BLINDING_new.3,v 1.3 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: BN_BLINDING_new.3,v 1.4 2016/11/08 22:19:45 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 8 2016 $
4.Dt BN_BLINDING_NEW 3 4.Dt BN_BLINDING_NEW 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -119,7 +119,7 @@ parameters by squaring the
119.Fa A 119.Fa A
120and 120and
121.Fa \&Ai 121.Fa \&Ai
122or, after specific number of uses and if the necessary parameters are 122or, after a specific number of uses and if the necessary parameters are
123set, by re-creating the blinding parameters. 123set, by re-creating the blinding parameters.
124.Pp 124.Pp
125.Fn BN_BLINDING_convert_ex 125.Fn BN_BLINDING_convert_ex
@@ -135,7 +135,7 @@ a copy of the inverse blinding factor
135.Fa \&Ai 135.Fa \&Ai
136will be returned in 136will be returned in
137.Fa r 137.Fa r
138(this is useful if a 138(this is useful if an
139.Vt RSA 139.Vt RSA
140object is shared among several threads). 140object is shared among several threads).
141.Fn BN_BLINDING_invert_ex 141.Fn BN_BLINDING_invert_ex
@@ -169,9 +169,9 @@ object within the
169structure. 169structure.
170This is to help users provide proper locking if needed for 170This is to help users provide proper locking if needed for
171multi-threaded use. 171multi-threaded use.
172The "thread id" object of a newly allocated 172The thread ID object of a newly allocated
173.Vt BN_BLINDING 173.Vt BN_BLINDING
174structure is initialised to the thread id in which 174structure is initialised to the thread ID in which
175.Fn BN_BLINDING_new 175.Fn BN_BLINDING_new
176was called. 176was called.
177.Pp 177.Pp
@@ -210,7 +210,7 @@ and the modulus
210and 210and
211.Fa m_ctx 211.Fa m_ctx
212can be used to pass special functions for exponentiation (normally 212can be used to pass special functions for exponentiation (normally
213.Xr BN_mod_exp_mont 3 213.Xr BN_mod_exp 3
214and 214and
215.Vt BN_MONT_CTX ) . 215.Vt BN_MONT_CTX ) .
216.Sh RETURN VALUES 216.Sh RETURN VALUES
@@ -230,7 +230,7 @@ and
230return 1 on success and 0 if an error occurred. 230return 1 on success and 0 if an error occurred.
231.Pp 231.Pp
232.Fn BN_BLINDING_thread_id 232.Fn BN_BLINDING_thread_id
233returns a pointer to the thread id object within a 233returns a pointer to the thread ID object within a
234.Vt BN_BLINDING 234.Vt BN_BLINDING
235object. 235object.
236.Pp 236.Pp