Searched defs:databytes (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c425 Blowfish_stream2word(const uint8_t *data, uint16_t databytes, uint16_t *current) argument
436 if (j >= databytes)
487 Blowfish_expandstate(blf_ctx *c, const uint8_t *data, uint16_t databytes, argument
509 datal ^= Blowfish_stream2word(data, databytes, &j);
510 datar ^= Blowfish_stream2word(data, databytes, &j);
519 datal ^= Blowfish_stream2word(data, databytes, &j);
520 datar ^= Blowfish_stream2word(data, databytes, &j);

Completed in 15 milliseconds