cast5_ctx 20 arch/x86/crypto/cast5_avx_glue.c asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst, cast5_ctx 22 arch/x86/crypto/cast5_avx_glue.c asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst, cast5_ctx 24 arch/x86/crypto/cast5_avx_glue.c asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst, cast5_ctx 26 arch/x86/crypto/cast5_avx_glue.c asmlinkage void cast5_ctr_16way(struct cast5_ctx *ctx, u8 *dst, const u8 *src, cast5_ctx 51 arch/x86/crypto/cast5_avx_glue.c struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); cast5_ctx 55 arch/x86/crypto/cast5_avx_glue.c void (*fn)(struct cast5_ctx *ctx, u8 *dst, const u8 *src); cast5_ctx 114 arch/x86/crypto/cast5_avx_glue.c struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); cast5_ctx 142 arch/x86/crypto/cast5_avx_glue.c static unsigned int __cbc_decrypt(struct cast5_ctx *ctx, cast5_ctx 199 arch/x86/crypto/cast5_avx_glue.c struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); cast5_ctx 217 arch/x86/crypto/cast5_avx_glue.c static void ctr_crypt_final(struct skcipher_walk *walk, struct cast5_ctx *ctx) cast5_ctx 232 arch/x86/crypto/cast5_avx_glue.c struct cast5_ctx *ctx) cast5_ctx 279 arch/x86/crypto/cast5_avx_glue.c struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); cast5_ctx 310 arch/x86/crypto/cast5_avx_glue.c .base.cra_ctxsize = sizeof(struct cast5_ctx), cast5_ctx 323 arch/x86/crypto/cast5_avx_glue.c .base.cra_ctxsize = sizeof(struct cast5_ctx), cast5_ctx 337 arch/x86/crypto/cast5_avx_glue.c .base.cra_ctxsize = sizeof(struct cast5_ctx), cast5_ctx 303 crypto/cast5_generic.c void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) cast5_ctx 360 crypto/cast5_generic.c void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) cast5_ctx 481 crypto/cast5_generic.c struct cast5_ctx *c = crypto_tfm_ctx(tfm); cast5_ctx 515 crypto/cast5_generic.c .cra_ctxsize = sizeof(struct cast5_ctx), cast5_ctx 21 include/crypto/cast5.h void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src); cast5_ctx 22 include/crypto/cast5.h void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);