Symbol: Blowfish_stream2word
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
94
cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext),
crypto/openssh/openbsd-compat/blf.h
81
u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
crypto/openssh/openbsd-compat/blowfish.c
433
temp = Blowfish_stream2word(key, keybytes, &j);
crypto/openssh/openbsd-compat/blowfish.c
472
temp = Blowfish_stream2word(key, keybytes, &j);
crypto/openssh/openbsd-compat/blowfish.c
480
datal ^= Blowfish_stream2word(data, databytes, &j);
crypto/openssh/openbsd-compat/blowfish.c
481
datar ^= Blowfish_stream2word(data, databytes, &j);
crypto/openssh/openbsd-compat/blowfish.c
490
datal ^= Blowfish_stream2word(data, databytes, &j);
crypto/openssh/openbsd-compat/blowfish.c
491
datar ^= Blowfish_stream2word(data, databytes, &j);
secure/lib/libcrypt/blowfish.c
404
temp = Blowfish_stream2word(key, keybytes, &j);
secure/lib/libcrypt/blowfish.c
442
temp = Blowfish_stream2word(key, keybytes, &j);
secure/lib/libcrypt/blowfish.c
450
datal ^= Blowfish_stream2word(data, databytes, &j);
secure/lib/libcrypt/blowfish.c
451
datar ^= Blowfish_stream2word(data, databytes, &j);
secure/lib/libcrypt/blowfish.c
460
datal ^= Blowfish_stream2word(data, databytes, &j);
secure/lib/libcrypt/blowfish.c
461
datar ^= Blowfish_stream2word(data, databytes, &j);
secure/lib/libcrypt/blowfish.h
65
u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t, u_int16_t *);
secure/lib/libcrypt/crypt-blowfish.c
228
cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j);