Searched refs:Blowfish_stream2word (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/secure/lib/libcrypt/
H A Dblowfish.h67 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t, u_int16_t *);
H A Dblowfish.c373 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, function
406 temp = Blowfish_stream2word(key, keybytes, &j);
444 temp = Blowfish_stream2word(key, keybytes, &j);
452 datal ^= Blowfish_stream2word(data, databytes, &j);
453 datar ^= Blowfish_stream2word(data, databytes, &j);
462 datal ^= Blowfish_stream2word(data, databytes, &j);
463 datar ^= Blowfish_stream2word(data, databytes, &j);
H A Dcrypt-blowfish.c231 cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j);
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dblf.h84 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
H A Dblowfish.c403 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, function
436 temp = Blowfish_stream2word(key, keybytes, &j);
475 temp = Blowfish_stream2word(key, keybytes, &j);
483 datal ^= Blowfish_stream2word(data, databytes, &j);
484 datar ^= Blowfish_stream2word(data, databytes, &j);
493 datal ^= Blowfish_stream2word(data, databytes, &j);
494 datar ^= Blowfish_stream2word(data, databytes, &j);
H A Dbcrypt_pbkdf.c91 cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext),
/freebsd-10.3-release/crypto/openssh/
H A Dssh_namespace.h23 #define Blowfish_stream2word Fssh_Blowfish_stream2word macro

Completed in 121 milliseconds