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

/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblf.h79 uint32_t Blowfish_stream2word(const uint8_t *, uint16_t , uint16_t *);
H A Dblowfish.c425 Blowfish_stream2word(const uint8_t *data, uint16_t databytes, uint16_t *current) function
460 temp = Blowfish_stream2word(key, keybytes, &j);
501 temp = Blowfish_stream2word(key, keybytes, &j);
509 datal ^= Blowfish_stream2word(data, databytes, &j);
510 datar ^= Blowfish_stream2word(data, databytes, &j);
519 datal ^= Blowfish_stream2word(data, databytes, &j);
520 datar ^= Blowfish_stream2word(data, databytes, &j);
H A Dbcrypt.c253 cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j);

Completed in 20 milliseconds