Searched refs:Blowfish_stream2word (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 415 Blowfish_stream2word(const uint8_t *data, uint16_t databytes, uint16_t *current) in Blowfish_stream2word() function 447 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expand0state() 486 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expandstate() 494 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 495 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 504 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 505 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|
H A D | blf.h | 79 uint32_t Blowfish_stream2word(const uint8_t *, uint16_t , uint16_t *);
|
H A D | bcrypt.c | 279 cdata[i] = Blowfish_stream2word(ciphertext,
|