cast5_ctx
asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst,
asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst,
asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst,
.base.cra_ctxsize = sizeof(struct cast5_ctx),
.base.cra_ctxsize = sizeof(struct cast5_ctx),
void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf)
void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf)
struct cast5_ctx *c = crypto_tfm_ctx(tfm);
.cra_ctxsize = sizeof(struct cast5_ctx),
void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);