blowfish.c | 67 } blf_ctx; typedef in typeref:struct:BlowfishContext 80 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) 105 Blowfish_initstate(blf_ctx *c) 110 static const blf_ctx init_state = 407 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) 445 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, 488 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks)
|