Blowfish_stream2word
cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext),
u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
temp = Blowfish_stream2word(key, keybytes, &j);
temp = Blowfish_stream2word(key, keybytes, &j);
datal ^= Blowfish_stream2word(data, databytes, &j);
datar ^= Blowfish_stream2word(data, databytes, &j);
datal ^= Blowfish_stream2word(data, databytes, &j);
datar ^= Blowfish_stream2word(data, databytes, &j);
temp = Blowfish_stream2word(key, keybytes, &j);
temp = Blowfish_stream2word(key, keybytes, &j);
datal ^= Blowfish_stream2word(data, databytes, &j);
datar ^= Blowfish_stream2word(data, databytes, &j);
datal ^= Blowfish_stream2word(data, databytes, &j);
datar ^= Blowfish_stream2word(data, databytes, &j);
u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t, u_int16_t *);
cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j);