Blowfish_stream2word  427 crypto/blf.c   		temp = Blowfish_stream2word(key, keybytes, &j);
Blowfish_stream2word  465 crypto/blf.c   		temp = Blowfish_stream2word(key, keybytes, &j);
Blowfish_stream2word  473 crypto/blf.c   		d[0] ^= Blowfish_stream2word(data, databytes, &j);
Blowfish_stream2word  474 crypto/blf.c   		d[1] ^= Blowfish_stream2word(data, databytes, &j);
Blowfish_stream2word  483 crypto/blf.c   			d[0]^= Blowfish_stream2word(data, databytes, &j);
Blowfish_stream2word  484 crypto/blf.c   			d[1] ^= Blowfish_stream2word(data, databytes, &j);
Blowfish_stream2word   74 crypto/blf.h   u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t ,