Symbol: Blowfish_stream2word
include/blf.h
77
u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
lib/libc/crypt/bcrypt.c
171
cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_WORDS, &j);
lib/libc/crypt/blowfish.c
408
DEF_WEAK(Blowfish_stream2word);
lib/libc/crypt/blowfish.c
423
temp = Blowfish_stream2word(key, keybytes, &j);
lib/libc/crypt/blowfish.c
463
temp = Blowfish_stream2word(key, keybytes, &j);
lib/libc/crypt/blowfish.c
471
datal ^= Blowfish_stream2word(data, databytes, &j);
lib/libc/crypt/blowfish.c
472
datar ^= Blowfish_stream2word(data, databytes, &j);
lib/libc/crypt/blowfish.c
481
datal ^= Blowfish_stream2word(data, databytes, &j);
lib/libc/crypt/blowfish.c
482
datar ^= Blowfish_stream2word(data, databytes, &j);
lib/libc/hidden/blf.h
28
PROTO_NORMAL(Blowfish_stream2word);
lib/libutil/bcrypt_pbkdf.c
78
cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext),
sys/crypto/blf.c
417
temp = Blowfish_stream2word(key, keybytes, &j);
sys/crypto/blf.c
455
temp = Blowfish_stream2word(key, keybytes, &j);
sys/crypto/blf.c
463
d[0] ^= Blowfish_stream2word(data, databytes, &j);
sys/crypto/blf.c
464
d[1] ^= Blowfish_stream2word(data, databytes, &j);
sys/crypto/blf.c
473
d[0]^= Blowfish_stream2word(data, databytes, &j);
sys/crypto/blf.c
474
d[1] ^= Blowfish_stream2word(data, databytes, &j);
sys/crypto/blf.h
71
u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t ,
sys/lib/libsa/bcrypt_pbkdf.c
76
cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext),
sys/lib/libsa/blowfish.c
420
temp = Blowfish_stream2word(key, keybytes, &j);
sys/lib/libsa/blowfish.c
458
temp = Blowfish_stream2word(key, keybytes, &j);
sys/lib/libsa/blowfish.c
466
datal ^= Blowfish_stream2word(data, databytes, &j);
sys/lib/libsa/blowfish.c
467
datar ^= Blowfish_stream2word(data, databytes, &j);
sys/lib/libsa/blowfish.c
476
datal ^= Blowfish_stream2word(data, databytes, &j);
sys/lib/libsa/blowfish.c
477
datar ^= Blowfish_stream2word(data, databytes, &j);
sys/lib/libsa/blowfish.h
77
u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);