Lines Matching +defs:data +defs:c
73 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher()
98 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_decipher()
123 Blowfish_initstate(blf_ctx *c) in Blowfish_initstate()
402 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, in Blowfish_stream2word()
423 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state()
461 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate()
504 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) in blf_key()
514 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_enc()
527 blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_dec()
540 blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_encrypt()
562 blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) in blf_ecb_decrypt()
584 blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len) in blf_cbc_encrypt()
609 blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) in blf_cbc_decrypt()