Searched refs:Blowfish_stream2word (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/secure/lib/libcrypt/ |
| HD | blowfish.c | 373 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() function 406 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expand0state() 444 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expandstate() 452 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 453 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 462 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 463 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|
| HD | blowfish.h | 67 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t, u_int16_t *);
|
| HD | crypt-blowfish.c | 234 cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j); in crypt_blowfish()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | blowfish.c | 404 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word() function 437 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expand0state() 476 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expandstate() 484 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 485 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 494 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 495 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
|
| HD | blf.h | 84 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
|
| HD | bcrypt_pbkdf.c | 86 cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext), in bcrypt_hash()
|
| /NextBSD/crypto/openssh/ |
| HD | ssh_namespace.h | 19 #define Blowfish_stream2word ssh_Blowfish_stream2word macro
|
| HD | config.h.in | 243 /* Define to 1 if you have the `Blowfish_stream2word' function. */
|
| HD | configure.ac | 1633 Blowfish_stream2word \
|
| HD | configure | 10350 Blowfish_stream2word \
|