Searched refs:databytes (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/lib/libcrypt/ |
| H A D | blowfish.c | 404 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, u_int16_t *current) 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()
|
| /dflybsd-src/lib/libssh/openbsd-compat/ |
| H A D | blowfish.c | 400 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() argument 411 if (j >= databytes) in Blowfish_stream2word() 459 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate() argument 480 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 481 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 490 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 491 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|