Blowfish_stream2word
cdata[i] = Blowfish_stream2word(ciphertext,
uint32_t Blowfish_stream2word(const uint8_t *, uint16_t , uint16_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);