Home
last modified time | relevance | path

Searched refs:Blowfish_stream2word (Results 1 – 10 of 10) sorted by relevance

/NextBSD/secure/lib/libcrypt/
HDblowfish.c373 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()
HDblowfish.h67 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t, u_int16_t *);
HDcrypt-blowfish.c234 cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j); in crypt_blowfish()
/NextBSD/crypto/openssh/openbsd-compat/
HDblowfish.c404 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()
HDblf.h84 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
HDbcrypt_pbkdf.c86 cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext), in bcrypt_hash()
/NextBSD/crypto/openssh/
HDssh_namespace.h19 #define Blowfish_stream2word ssh_Blowfish_stream2word macro
HDconfig.h.in243 /* Define to 1 if you have the `Blowfish_stream2word' function. */
HDconfigure.ac1633 Blowfish_stream2word \
HDconfigure10350 Blowfish_stream2word \