Blowfish_stream2word
u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_WORDS, &j);
DEF_WEAK(Blowfish_stream2word);
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);
PROTO_NORMAL(Blowfish_stream2word);
cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext),
temp = Blowfish_stream2word(key, keybytes, &j);
temp = Blowfish_stream2word(key, keybytes, &j);
d[0] ^= Blowfish_stream2word(data, databytes, &j);
d[1] ^= Blowfish_stream2word(data, databytes, &j);
d[0]^= Blowfish_stream2word(data, databytes, &j);
d[1] ^= Blowfish_stream2word(data, databytes, &j);
u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t ,
cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext),
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 *);