diff options
author | schwarze <> | 2023-11-16 20:27:43 +0000 |
---|---|---|
committer | schwarze <> | 2023-11-16 20:27:43 +0000 |
commit | c6a53967a0008fba21f8effe5960629cad4d4572 (patch) | |
tree | 0aec11ec417dd5cf0dbbc1c21928ae547bc3986e /src/lib/libcrypto/man/DES_set_key.3 | |
parent | 21c26388f56718f5319b42c16da8ba45dfa49365 (diff) | |
download | openbsd-c6a53967a0008fba21f8effe5960629cad4d4572.tar.gz openbsd-c6a53967a0008fba21f8effe5960629cad4d4572.tar.bz2 openbsd-c6a53967a0008fba21f8effe5960629cad4d4572.zip |
Mention which functions are implemented as macros in the few cases
where that information was missing.
Diffstat (limited to 'src/lib/libcrypto/man/DES_set_key.3')
-rw-r--r-- | src/lib/libcrypto/man/DES_set_key.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/DES_set_key.3 b/src/lib/libcrypto/man/DES_set_key.3 index e74c7c5e48..16188f1f28 100644 --- a/src/lib/libcrypto/man/DES_set_key.3 +++ b/src/lib/libcrypto/man/DES_set_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DES_set_key.3,v 1.15 2022/03/31 17:27:16 naddy Exp $ | 1 | .\" $OpenBSD: DES_set_key.3,v 1.16 2023/11/16 20:27:43 schwarze Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man3/DES_random_key 521738e9 Oct 5 14:58:30 2018 -0400 | 3 | .\" OpenSSL man3/DES_random_key 521738e9 Oct 5 14:58:30 2018 -0400 |
4 | .\" | 4 | .\" |
@@ -115,7 +115,7 @@ | |||
115 | .\" copied and put under another distribution licence | 115 | .\" copied and put under another distribution licence |
116 | .\" [including the GNU Public Licence.] | 116 | .\" [including the GNU Public Licence.] |
117 | .\" | 117 | .\" |
118 | .Dd $Mdocdate: March 31 2022 $ | 118 | .Dd $Mdocdate: November 16 2023 $ |
119 | .Dt DES_SET_KEY 3 | 119 | .Dt DES_SET_KEY 3 |
120 | .Os | 120 | .Os |
121 | .Sh NAME | 121 | .Sh NAME |
@@ -599,10 +599,11 @@ then update ivec and num. | |||
599 | num contains "how far" we are though ivec. | 599 | num contains "how far" we are though ivec. |
600 | If this does not make much sense, read more about CFB mode of DES. | 600 | If this does not make much sense, read more about CFB mode of DES. |
601 | .Pp | 601 | .Pp |
602 | The | ||
602 | .Fn DES_ede3_cfb64_encrypt | 603 | .Fn DES_ede3_cfb64_encrypt |
603 | and | 604 | function and the |
604 | .Fn DES_ede2_cfb64_encrypt | 605 | .Fn DES_ede2_cfb64_encrypt |
605 | is the same as | 606 | macro are the same as |
606 | .Fn DES_cfb64_encrypt | 607 | .Fn DES_cfb64_encrypt |
607 | except that Triple-DES is used. | 608 | except that Triple-DES is used. |
608 | .Pp | 609 | .Pp |
@@ -625,10 +626,11 @@ is the same as | |||
625 | .Fn DES_cfb64_encrypt | 626 | .Fn DES_cfb64_encrypt |
626 | using Output Feed Back mode. | 627 | using Output Feed Back mode. |
627 | .Pp | 628 | .Pp |
629 | The | ||
628 | .Fn DES_ede3_ofb64_encrypt | 630 | .Fn DES_ede3_ofb64_encrypt |
629 | and | 631 | function and the |
630 | .Fn DES_ede2_ofb64_encrypt | 632 | .Fn DES_ede2_ofb64_encrypt |
631 | is the same as | 633 | macro are the same as |
632 | .Fn DES_ofb64_encrypt , | 634 | .Fn DES_ofb64_encrypt , |
633 | using Triple-DES. | 635 | using Triple-DES. |
634 | .Pp | 636 | .Pp |