Blowfish_expand0state
Blowfish_expand0state(&state, sha2salt, shalen);
Blowfish_expand0state(&state, sha2pass, shalen);
void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
Blowfish_expand0state(c, k, len);
void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
Blowfish_expand0state(&state, (const u_int8_t *) key, key_len);
Blowfish_expand0state(&state, csalt, salt_len);