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

/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblf.h56 * Blowfish_expand0state( state, key, keylen )
62 void Blowfish_expand0state(blf_ctx *, const uint8_t *, uint16_t);
H A Dbcrypt.c246 Blowfish_expand0state(&state, (uint8_t *) key, key_len);
247 Blowfish_expand0state(&state, csalt, salt_len);
H A Dblowfish.c447 Blowfish_expand0state(blf_ctx *c, const uint8_t *key, uint16_t keybytes) function
539 Blowfish_expand0state(c, k, len);

Completed in 23 milliseconds