summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/bn_dump.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/bn_dump.3')
-rw-r--r--src/lib/libcrypto/man/bn_dump.320
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
325structure is used. 325structure is used.
326This structure contains BN_CTX_NUM 326This structure contains BN_CTX_NUM
327.Vt BIGNUM Ns s, 327.Vt BIGNUM Ns s ;
328see 328see
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
428and 428and
429.Fa b 429.Fa b
430and the 8 word array 430and the 8-word array
431.Fa r . 431.Fa r .
432It computes 432It 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
438operates on the 8 word arrays 438operates on the 8-word arrays
439.Fa a 439.Fa a
440and 440and
441.Fa b 441.Fa b
442and the 16 word array 442and the 16-word array
443.Fa r . 443.Fa r .
444It computes 444It 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
450operates on the 4 word arrays 450operates on the 4-word arrays
451.Fa a 451.Fa a
452and 452and
453.Fa b 453.Fa b
454and the 8 word array 454and 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
458operates on the 8 word arrays 458operates on the 8-word arrays
459.Fa a 459.Fa a
460and 460and
461.Fa b 461.Fa b
@@ -681,7 +681,7 @@ prints
681.Fa n 681.Fa n
682words at 682words at
683.Fa d 683.Fa d
684(in reverse order, i.e. 684(in reverse order, i.e.\&
685most significant word first) to 685most significant word first) to
686.Dv stderr . 686.Dv stderr .
687.Pp 687.Pp