diff options
author | jmc <> | 2006-08-05 06:50:22 +0000 |
---|---|---|
committer | jmc <> | 2006-08-05 06:50:22 +0000 |
commit | 4e39a5cd7fc51a2d60767923722b03e707cd2a62 (patch) | |
tree | 2e7c7a81dbbf7a6d465c185862ce9db556525a22 /src/lib/libc/crypt | |
parent | 82b7755dab3376a0424a3c8560381f09dda19d70 (diff) | |
download | openbsd-4e39a5cd7fc51a2d60767923722b03e707cd2a62.tar.gz openbsd-4e39a5cd7fc51a2d60767923722b03e707cd2a62.tar.bz2 openbsd-4e39a5cd7fc51a2d60767923722b03e707cd2a62.zip |
no point mentioning functions if we have nothing useful to say
about them;
ok djm
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 443c2c835e..948c5d768e 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.18 2006/07/26 12:48:35 jmc Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.19 2006/08/05 06:50:22 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -98,18 +98,6 @@ It must be a multiple of 8 (64-bit block). | |||
98 | The initialisation vector | 98 | The initialisation vector |
99 | .Fa iv | 99 | .Fa iv |
100 | points to an 8-byte buffer. | 100 | points to an 8-byte buffer. |
101 | .Pp | ||
102 | The functions | ||
103 | .Fn Blowfish_initstate , | ||
104 | .Fn Blowfish_expand0state , | ||
105 | .Fn Blowfish_expandstate , | ||
106 | .Fn Blowfish_encipher , | ||
107 | and | ||
108 | .Fn Blowfish_decipher | ||
109 | are used for customization of the | ||
110 | .Em Blowfish | ||
111 | cipher, | ||
112 | for example for the blowfish password hashing function. | ||
113 | .Sh SEE ALSO | 101 | .Sh SEE ALSO |
114 | .Xr passwd 1 , | 102 | .Xr passwd 1 , |
115 | .Xr crypt 3 , | 103 | .Xr crypt 3 , |