Searched refs:databytes (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 415 Blowfish_stream2word(const uint8_t *data, uint16_t databytes, uint16_t *current) in Blowfish_stream2word() argument 425 if (j >= databytes) in Blowfish_stream2word() 473 Blowfish_expandstate(blf_ctx *c, const uint8_t *data, uint16_t databytes, in Blowfish_expandstate() argument 494 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 495 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 504 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 505 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|