summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/blowfish.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/crypt/blowfish.3')
-rw-r--r--src/lib/libc/crypt/blowfish.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3
index 0ab44d21d2..647c8cb6b2 100644
--- a/src/lib/libc/crypt/blowfish.3
+++ b/src/lib/libc/crypt/blowfish.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: blowfish.3,v 1.4 1999/05/23 14:10:58 aaron Exp $ 1.\" $OpenBSD: blowfish.3,v 1.5 1999/07/09 13:35:15 aaron Exp $
2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -74,15 +74,15 @@ must be even.
74.Fn blf_dec 74.Fn blf_dec
75is used for decrypting Blowfish encrypted blocks. 75is used for decrypting Blowfish encrypted blocks.
76.Pp 76.Pp
77The functions 77The functions
78.Fn blf_ecb_encrypt 78.Fn blf_ecb_encrypt
79and 79and
80.Fn blf_ecb_decrypt 80.Fn blf_ecb_decrypt
81are used for encrypting and decrypting octet streams in ECB mode. 81are used for encrypting and decrypting octet streams in ECB mode.
82The functions 82The functions
83.Fn blf_cbc_encrypt 83.Fn blf_cbc_encrypt
84and 84and
85.Fn blf_cbc_decrypt 85.Fn blf_cbc_decrypt
86are used for encrypting and decrypting octet streams in 86are used for encrypting and decrypting octet streams in
87Cipherblock Chaining Mode (CBC). 87Cipherblock Chaining Mode (CBC).
88.Pp 88.Pp