Searched refs:databytes (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/crypto/ |
H A D | blf.c | 385 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() argument 396 if (j >= databytes) in Blowfish_stream2word() 443 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate() argument 463 d[0] ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 464 d[1] ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 473 d[0]^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 474 d[1] ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|
/openbsd/sys/lib/libsa/ |
H A D | blowfish.c | 387 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() argument 398 if (j >= databytes) in Blowfish_stream2word() 445 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate() argument 466 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 467 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 476 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 477 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|
/openbsd/lib/libc/crypt/ |
H A D | blowfish.c | 389 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() argument 400 if (j >= databytes) in Blowfish_stream2word() 450 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate() argument 471 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 472 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 481 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 482 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|