1 .\" $NetBSD: libcrypto.pl,v 1.3 2007/11/27 22:16:03 christos Exp $
3 .\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
6 .\" ========================================================================
7 .de Sh \" Subsection heading
15 .de Sp \" Vertical space (when we can't use .PP)
19 .de Vb \" Begin verbatim text
24 .de Ve \" End verbatim text
28 .\" Set up some character translations and predefined strings. \*(-- will
29 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
30 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
31 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
32 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
33 .\" nothing in troff, for use with C<>.
35 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
39 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
40 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
53 .\" Escape single quotes in literal strings from groff's Unicode transform.
57 .\" If the F register is turned on, we'll generate index entries on stderr for
58 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
59 .\" entries marked with X<> in POD. Of course, you'll have to process the
60 .\" output yourself in some meaningful fashion.
63 . tm Index:\\$1\t\\n%\t"\\$2"
73 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
74 .\" Fear. Run. Save yourself. No user-serviceable parts.
75 . \" fudge factors for nroff and troff
84 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
90 . \" simple accents for nroff and troff
100 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
101 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
102 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
103 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
104 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
105 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
107 . \" troff and (daisy-wheel) nroff accents
108 .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
109 .ds 8 \h'\*(#H'\(*b\h'-\*(#H'
110 .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
111 .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
112 .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
113 .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
114 .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
115 .ds ae a\h'-(\w'a'u*4/10)'e
116 .ds Ae A\h'-(\w'A'u*4/10)'E
117 . \" corrections for vroff
118 .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
119 .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
120 . \" for low resolution devices (crt and lpr)
121 .if \n(.H>23 .if \n(.V>19 \
134 .\" ========================================================================
136 .IX Title "blowfish 3"
137 .TH blowfish 3 "2005-02-19" "1.1.0-dev" "OpenSSL"
138 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
139 .\" way too many mistakes in technical documents.
143 blowfish, BF_set_key, BF_encrypt, BF_decrypt, BF_ecb_encrypt, BF_cbc_encrypt,
144 BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options \- Blowfish encryption
148 .IX Header "SYNOPSIS"
150 \& #include <openssl/blowfish.h>
152 \& void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
154 \& void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
155 \& BF_KEY *key, int enc);
156 \& void BF_cbc_encrypt(const unsigned char *in, unsigned char *out,
157 \& long length, BF_KEY *schedule, unsigned char *ivec, int enc);
158 \& void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out,
159 \& long length, BF_KEY *schedule, unsigned char *ivec, int *num,
161 \& void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out,
162 \& long length, BF_KEY *schedule, unsigned char *ivec, int *num);
163 \& const char *BF_options(void);
165 \& void BF_encrypt(BF_LONG *data,const BF_KEY *key);
166 \& void BF_decrypt(BF_LONG *data,const BF_KEY *key);
169 .IX Header "DESCRIPTION"
170 This library implements the Blowfish cipher, which was invented and described
171 by Counterpane (see http://www.counterpane.com/blowfish.html ).
173 Blowfish is a block cipher that operates on 64 bit (8 byte) blocks of data.
174 It uses a variable size key, but typically, 128 bit (16 byte) keys are
175 considered good for strong encryption. Blowfish can be used in the same
176 modes as \s-1DES\s0 (see \fIdes_modes\fR\|(7)). Blowfish is currently one
177 of the faster block ciphers. It is quite a bit faster than \s-1DES\s0, and much
178 faster than \s-1IDEA\s0 or \s-1RC2\s0.
180 Blowfish consists of a key setup phase and the actual encryption or decryption
183 \&\fIBF_set_key()\fR sets up the \fB\s-1BF_KEY\s0\fR \fBkey\fR using the \fBlen\fR bytes long key
186 \&\fIBF_ecb_encrypt()\fR is the basic Blowfish encryption and decryption function.
187 It encrypts or decrypts the first 64 bits of \fBin\fR using the key \fBkey\fR,
188 putting the result in \fBout\fR. \fBenc\fR decides if encryption (\fB\s-1BF_ENCRYPT\s0\fR)
189 or decryption (\fB\s-1BF_DECRYPT\s0\fR) shall be performed. The vector pointed at by
190 \&\fBin\fR and \fBout\fR must be 64 bits in length, no less. If they are larger,
191 everything after the first 64 bits is ignored.
193 The mode functions \fIBF_cbc_encrypt()\fR, \fIBF_cfb64_encrypt()\fR and \fIBF_ofb64_encrypt()\fR
194 all operate on variable length data. They all take an initialization vector
195 \&\fBivec\fR which needs to be passed along into the next call of the same function
196 for the same message. \fBivec\fR may be initialized with anything, but the
197 recipient needs to know what it was initialized with, or it won't be able
198 to decrypt. Some programs and protocols simplify this, like \s-1SSH\s0, where
199 \&\fBivec\fR is simply initialized to zero.
200 \&\fIBF_cbc_encrypt()\fR operates on data that is a multiple of 8 bytes long, while
201 \&\fIBF_cfb64_encrypt()\fR and \fIBF_ofb64_encrypt()\fR are used to encrypt an variable
202 number of bytes (the amount does not have to be an exact multiple of 8). The
203 purpose of the latter two is to simulate stream ciphers, and therefore, they
204 need the parameter \fBnum\fR, which is a pointer to an integer where the current
205 offset in \fBivec\fR is stored between calls. This integer must be initialized
206 to zero when \fBivec\fR is initialized.
208 \&\fIBF_cbc_encrypt()\fR is the Cipher Block Chaining function for Blowfish. It
209 encrypts or decrypts the 64 bits chunks of \fBin\fR using the key \fBschedule\fR,
210 putting the result in \fBout\fR. \fBenc\fR decides if encryption (\s-1BF_ENCRYPT\s0) or
211 decryption (\s-1BF_DECRYPT\s0) shall be performed. \fBivec\fR must point at an 8 byte
212 long initialization vector.
214 \&\fIBF_cfb64_encrypt()\fR is the \s-1CFB\s0 mode for Blowfish with 64 bit feedback.
215 It encrypts or decrypts the bytes in \fBin\fR using the key \fBschedule\fR,
216 putting the result in \fBout\fR. \fBenc\fR decides if encryption (\fB\s-1BF_ENCRYPT\s0\fR)
217 or decryption (\fB\s-1BF_DECRYPT\s0\fR) shall be performed. \fBivec\fR must point at an
218 8 byte long initialization vector. \fBnum\fR must point at an integer which must
221 \&\fIBF_ofb64_encrypt()\fR is the \s-1OFB\s0 mode for Blowfish with 64 bit feedback.
222 It uses the same parameters as \fIBF_cfb64_encrypt()\fR, which must be initialized
225 \&\fIBF_encrypt()\fR and \fIBF_decrypt()\fR are the lowest level functions for Blowfish
226 encryption. They encrypt/decrypt the first 64 bits of the vector pointed by
227 \&\fBdata\fR, using the key \fBkey\fR. These functions should not be used unless you
228 implement 'modes' of Blowfish. The alternative is to use \fIBF_ecb_encrypt()\fR.
229 If you still want to use these functions, you should be aware that they take
230 each 32\-bit chunk in host-byte order, which is little-endian on little-endian
231 platforms and big-endian on big-endian ones.
233 .IX Header "RETURN VALUES"
234 None of the functions presented here return any value.
237 Applications should use the higher level functions
238 \&\fIEVP_EncryptInit\fR\|(3) etc. instead of calling the
239 blowfish functions directly.
241 .IX Header "SEE ALSO"
242 \&\fIdes_modes\fR\|(7)
245 The Blowfish functions are available in all versions of SSLeay and OpenSSL.