databytes 395 crypto/blf.c Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, databytes 406 crypto/blf.c if (j >= databytes) databytes 453 crypto/blf.c Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, databytes 473 crypto/blf.c d[0] ^= Blowfish_stream2word(data, databytes, &j); databytes 474 crypto/blf.c d[1] ^= Blowfish_stream2word(data, databytes, &j); databytes 483 crypto/blf.c d[0]^= Blowfish_stream2word(data, databytes, &j); databytes 484 crypto/blf.c d[1] ^= Blowfish_stream2word(data, databytes, &j);