blf_ctx 65 crypto/blf.c Blowfish_encipher(blf_ctx *c, u_int32_t *x) blf_ctx 90 crypto/blf.c Blowfish_decipher(blf_ctx *c, u_int32_t *x) blf_ctx 115 crypto/blf.c Blowfish_initstate(blf_ctx *c) blf_ctx 416 crypto/blf.c Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) blf_ctx 453 crypto/blf.c Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, blf_ctx 495 crypto/blf.c blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) blf_ctx 505 crypto/blf.c blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) blf_ctx 518 crypto/blf.c blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks) blf_ctx 531 crypto/blf.c blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) blf_ctx 557 crypto/blf.c blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) blf_ctx 583 crypto/blf.c blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len) blf_ctx 612 crypto/blf.c blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) blf_ctx 61 crypto/blf.h void Blowfish_encipher(blf_ctx *, u_int32_t *); blf_ctx 62 crypto/blf.h void Blowfish_decipher(blf_ctx *, u_int32_t *); blf_ctx 63 crypto/blf.h void Blowfish_initstate(blf_ctx *); blf_ctx 64 crypto/blf.h void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t); blf_ctx 65 crypto/blf.h void Blowfish_expandstate(blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t); blf_ctx 69 crypto/blf.h void blf_key(blf_ctx *, const u_int8_t *, u_int16_t); blf_ctx 70 crypto/blf.h void blf_enc(blf_ctx *, u_int32_t *, u_int16_t); blf_ctx 71 crypto/blf.h void blf_dec(blf_ctx *, u_int32_t *, u_int16_t); blf_ctx 77 crypto/blf.h void blf_ecb_encrypt(blf_ctx *, u_int8_t *, u_int32_t); blf_ctx 78 crypto/blf.h void blf_ecb_decrypt(blf_ctx *, u_int8_t *, u_int32_t); blf_ctx 80 crypto/blf.h void blf_cbc_encrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t); blf_ctx 81 crypto/blf.h void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);