Searched refs:Blowfish_stream2word (Results 1 – 4 of 4) sorted by relevance
/external/openssh/openbsd-compat/ |
D | blowfish.c | 403 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() function 436 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expand0state() 475 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expandstate() 483 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 484 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 493 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 494 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|
D | blf.h | 84 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
|
D | bcrypt_pbkdf.c | 91 cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext), in bcrypt_hash()
|
/external/openssh/ |
D | configure.ac | 1755 Blowfish_stream2word \
|