Searched refs:databytes (Results 1 – 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ |
D | blowfish.c | 403 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() argument 414 if (j >= databytes) in Blowfish_stream2word() 462 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate() argument 483 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 484 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 493 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 494 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|