diff options
Diffstat (limited to 'src/lib/libcrypto/man/bn_dump.3')
-rw-r--r-- | src/lib/libcrypto/man/bn_dump.3 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/bn_dump.3 b/src/lib/libcrypto/man/bn_dump.3 index 9c4b06e9b3..b912e3a473 100644 --- a/src/lib/libcrypto/man/bn_dump.3 +++ b/src/lib/libcrypto/man/bn_dump.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: bn_dump.3,v 1.3 2016/11/21 22:19:15 jmc Exp $ | 1 | .\" $OpenBSD: bn_dump.3,v 1.4 2016/12/03 13:36:03 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 21 2016 $ | 3 | .Dd $Mdocdate: December 3 2016 $ |
4 | .Dt BN_DUMP 3 | 4 | .Dt BN_DUMP 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -324,7 +324,7 @@ calls, the | |||
324 | .Vt BN_CTX | 324 | .Vt BN_CTX |
325 | structure is used. | 325 | structure is used. |
326 | This structure contains BN_CTX_NUM | 326 | This structure contains BN_CTX_NUM |
327 | .Vt BIGNUM Ns s, | 327 | .Vt BIGNUM Ns s ; |
328 | see | 328 | see |
329 | .Xr BN_CTX_start 3 . | 329 | .Xr BN_CTX_start 3 . |
330 | .Ss Low level arithmetic operations | 330 | .Ss Low level arithmetic operations |
@@ -427,7 +427,7 @@ operates on the 4 word arrays | |||
427 | .Fa a | 427 | .Fa a |
428 | and | 428 | and |
429 | .Fa b | 429 | .Fa b |
430 | and the 8 word array | 430 | and the 8-word array |
431 | .Fa r . | 431 | .Fa r . |
432 | It computes | 432 | It computes |
433 | .Fa a Ns * Ns Fa b | 433 | .Fa a Ns * Ns Fa b |
@@ -435,11 +435,11 @@ and places the result in | |||
435 | .Fa r . | 435 | .Fa r . |
436 | .Pp | 436 | .Pp |
437 | .Fn bn_mul_comba8 r a b | 437 | .Fn bn_mul_comba8 r a b |
438 | operates on the 8 word arrays | 438 | operates on the 8-word arrays |
439 | .Fa a | 439 | .Fa a |
440 | and | 440 | and |
441 | .Fa b | 441 | .Fa b |
442 | and the 16 word array | 442 | and the 16-word array |
443 | .Fa r . | 443 | .Fa r . |
444 | It computes | 444 | It computes |
445 | .Fa a Ns * Ns Fa b | 445 | .Fa a Ns * Ns Fa b |
@@ -447,15 +447,15 @@ and places the result in | |||
447 | .Fa r . | 447 | .Fa r . |
448 | .Pp | 448 | .Pp |
449 | .Fn bn_sqr_comba4 r a b | 449 | .Fn bn_sqr_comba4 r a b |
450 | operates on the 4 word arrays | 450 | operates on the 4-word arrays |
451 | .Fa a | 451 | .Fa a |
452 | and | 452 | and |
453 | .Fa b | 453 | .Fa b |
454 | and the 8 word array | 454 | and the 8-word array |
455 | .Fa r . | 455 | .Fa r . |
456 | .Pp | 456 | .Pp |
457 | .Fn bn_sqr_comba8 r a b | 457 | .Fn bn_sqr_comba8 r a b |
458 | operates on the 8 word arrays | 458 | operates on the 8-word arrays |
459 | .Fa a | 459 | .Fa a |
460 | and | 460 | and |
461 | .Fa b | 461 | .Fa b |
@@ -681,7 +681,7 @@ prints | |||
681 | .Fa n | 681 | .Fa n |
682 | words at | 682 | words at |
683 | .Fa d | 683 | .Fa d |
684 | (in reverse order, i.e. | 684 | (in reverse order, i.e.\& |
685 | most significant word first) to | 685 | most significant word first) to |
686 | .Dv stderr . | 686 | .Dv stderr . |
687 | .Pp | 687 | .Pp |