summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/DES_set_key.3
diff options
context:
space:
mode:
authorschwarze <>2023-11-16 20:27:43 +0000
committerschwarze <>2023-11-16 20:27:43 +0000
commitc6a53967a0008fba21f8effe5960629cad4d4572 (patch)
tree0aec11ec417dd5cf0dbbc1c21928ae547bc3986e /src/lib/libcrypto/man/DES_set_key.3
parent21c26388f56718f5319b42c16da8ba45dfa49365 (diff)
downloadopenbsd-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.314
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.
599num contains "how far" we are though ivec. 599num contains "how far" we are though ivec.
600If this does not make much sense, read more about CFB mode of DES. 600If this does not make much sense, read more about CFB mode of DES.
601.Pp 601.Pp
602The
602.Fn DES_ede3_cfb64_encrypt 603.Fn DES_ede3_cfb64_encrypt
603and 604function and the
604.Fn DES_ede2_cfb64_encrypt 605.Fn DES_ede2_cfb64_encrypt
605is the same as 606macro are the same as
606.Fn DES_cfb64_encrypt 607.Fn DES_cfb64_encrypt
607except that Triple-DES is used. 608except 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
626using Output Feed Back mode. 627using Output Feed Back mode.
627.Pp 628.Pp
629The
628.Fn DES_ede3_ofb64_encrypt 630.Fn DES_ede3_ofb64_encrypt
629and 631function and the
630.Fn DES_ede2_ofb64_encrypt 632.Fn DES_ede2_ofb64_encrypt
631is the same as 633macro are the same as
632.Fn DES_ofb64_encrypt , 634.Fn DES_ofb64_encrypt ,
633using Triple-DES. 635using Triple-DES.
634.Pp 636.Pp