cast6_ctx 23 arch/x86/crypto/cast6_avx_glue.c asmlinkage void cast6_ecb_enc_8way(struct cast6_ctx *ctx, u8 *dst, cast6_ctx 25 arch/x86/crypto/cast6_avx_glue.c asmlinkage void cast6_ecb_dec_8way(struct cast6_ctx *ctx, u8 *dst, cast6_ctx 28 arch/x86/crypto/cast6_avx_glue.c asmlinkage void cast6_cbc_dec_8way(struct cast6_ctx *ctx, u8 *dst, cast6_ctx 30 arch/x86/crypto/cast6_avx_glue.c asmlinkage void cast6_ctr_8way(struct cast6_ctx *ctx, u8 *dst, const u8 *src, cast6_ctx 33 arch/x86/crypto/cast6_avx_glue.c asmlinkage void cast6_xts_enc_8way(struct cast6_ctx *ctx, u8 *dst, cast6_ctx 35 arch/x86/crypto/cast6_avx_glue.c asmlinkage void cast6_xts_dec_8way(struct cast6_ctx *ctx, u8 *dst, cast6_ctx 172 arch/x86/crypto/cast6_avx_glue.c struct cast6_ctx tweak_ctx; cast6_ctx 173 arch/x86/crypto/cast6_avx_glue.c struct cast6_ctx crypt_ctx; cast6_ctx 224 arch/x86/crypto/cast6_avx_glue.c .base.cra_ctxsize = sizeof(struct cast6_ctx), cast6_ctx 237 arch/x86/crypto/cast6_avx_glue.c .base.cra_ctxsize = sizeof(struct cast6_ctx), cast6_ctx 251 arch/x86/crypto/cast6_avx_glue.c .base.cra_ctxsize = sizeof(struct cast6_ctx), cast6_ctx 106 crypto/cast6_generic.c int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, cast6_ctx 176 crypto/cast6_generic.c void __cast6_encrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) cast6_ctx 214 crypto/cast6_generic.c void __cast6_decrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) cast6_ctx 258 crypto/cast6_generic.c .cra_ctxsize = sizeof(struct cast6_ctx), cast6_ctx 18 include/crypto/cast6.h int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, cast6_ctx 22 include/crypto/cast6.h void __cast6_encrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src); cast6_ctx 23 include/crypto/cast6.h void __cast6_decrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src);