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

/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c415 Blowfish_stream2word(const uint8_t *data, uint16_t databytes, uint16_t *current) function
447 temp = Blowfish_stream2word(key, keybytes, &j);
486 temp = Blowfish_stream2word(key, keybytes, &j);
494 datal ^= Blowfish_stream2word(data, databytes, &j);
495 datar ^= Blowfish_stream2word(data, databytes, &j);
504 datal ^= Blowfish_stream2word(data, databytes, &j);
505 datar ^= Blowfish_stream2word(data, databytes, &j);

Completed in 46 milliseconds