Searched defs:Blowfish_stream2word (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 425 Blowfish_stream2word(const uint8_t *data, uint16_t databytes, uint16_t *current) function 460 temp = Blowfish_stream2word(key, keybytes, &j); 501 temp = Blowfish_stream2word(key, keybytes, &j); 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 913 milliseconds