diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_BLINDING_new.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_BLINDING_new.3 | 16 |
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 |
120 | and | 120 | and |
121 | .Fa \&Ai | 121 | .Fa \&Ai |
122 | or, after specific number of uses and if the necessary parameters are | 122 | or, after a specific number of uses and if the necessary parameters are |
123 | set, by re-creating the blinding parameters. | 123 | set, 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 |
136 | will be returned in | 136 | will 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 |
140 | object is shared among several threads). | 140 | object is shared among several threads). |
141 | .Fn BN_BLINDING_invert_ex | 141 | .Fn BN_BLINDING_invert_ex |
@@ -169,9 +169,9 @@ object within the | |||
169 | structure. | 169 | structure. |
170 | This is to help users provide proper locking if needed for | 170 | This is to help users provide proper locking if needed for |
171 | multi-threaded use. | 171 | multi-threaded use. |
172 | The "thread id" object of a newly allocated | 172 | The thread ID object of a newly allocated |
173 | .Vt BN_BLINDING | 173 | .Vt BN_BLINDING |
174 | structure is initialised to the thread id in which | 174 | structure is initialised to the thread ID in which |
175 | .Fn BN_BLINDING_new | 175 | .Fn BN_BLINDING_new |
176 | was called. | 176 | was called. |
177 | .Pp | 177 | .Pp |
@@ -210,7 +210,7 @@ and the modulus | |||
210 | and | 210 | and |
211 | .Fa m_ctx | 211 | .Fa m_ctx |
212 | can be used to pass special functions for exponentiation (normally | 212 | can be used to pass special functions for exponentiation (normally |
213 | .Xr BN_mod_exp_mont 3 | 213 | .Xr BN_mod_exp 3 |
214 | and | 214 | and |
215 | .Vt BN_MONT_CTX ) . | 215 | .Vt BN_MONT_CTX ) . |
216 | .Sh RETURN VALUES | 216 | .Sh RETURN VALUES |
@@ -230,7 +230,7 @@ and | |||
230 | return 1 on success and 0 if an error occurred. | 230 | return 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 |
233 | returns a pointer to the thread id object within a | 233 | returns a pointer to the thread ID object within a |
234 | .Vt BN_BLINDING | 234 | .Vt BN_BLINDING |
235 | object. | 235 | object. |
236 | .Pp | 236 | .Pp |