Lines Matching refs:blf_ctx
74 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher()
99 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_decipher()
124 Blowfish_initstate(blf_ctx *c) in Blowfish_initstate()
128 static const blf_ctx initstate = in Blowfish_initstate()
424 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state()
462 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate()
505 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) in blf_key()
515 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_enc()
528 blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_dec()
541 blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_encrypt()
563 blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_decrypt()
585 blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len) in blf_cbc_encrypt()
610 blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) in blf_cbc_decrypt()
663 blf_ctx c;