Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblf.h62 void Blowfish_expand0state(blf_ctx *, const uint8_t *, uint16_t);
H A Dbcrypt.c272 Blowfish_expand0state(&state, (uint8_t *)key, key_len);
273 Blowfish_expand0state(&state, csalt, salt_len);
H A Dblowfish.c435 Blowfish_expand0state(blf_ctx *c, const uint8_t *key, uint16_t keybytes) in Blowfish_expand0state() function
521 Blowfish_expand0state(c, k, len); in blf_key()