Home
last modified time | relevance | path

Searched refs:cast6_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/crypto/
Dcast6.h13 struct cast6_ctx { struct
18 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, argument
22 void __cast6_encrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src);
23 void __cast6_decrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src);
/Linux-v4.19/arch/x86/crypto/
Dcast6_avx_glue.c38 asmlinkage void cast6_ecb_enc_8way(struct cast6_ctx *ctx, u8 *dst,
40 asmlinkage void cast6_ecb_dec_8way(struct cast6_ctx *ctx, u8 *dst,
43 asmlinkage void cast6_cbc_dec_8way(struct cast6_ctx *ctx, u8 *dst,
45 asmlinkage void cast6_ctr_8way(struct cast6_ctx *ctx, u8 *dst, const u8 *src,
48 asmlinkage void cast6_xts_enc_8way(struct cast6_ctx *ctx, u8 *dst,
50 asmlinkage void cast6_xts_dec_8way(struct cast6_ctx *ctx, u8 *dst,
187 struct cast6_ctx tweak_ctx;
188 struct cast6_ctx crypt_ctx;
239 .base.cra_ctxsize = sizeof(struct cast6_ctx),
252 .base.cra_ctxsize = sizeof(struct cast6_ctx),
[all …]
/Linux-v4.19/crypto/
Dcast6_generic.c113 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, in __cast6_setkey()
183 void __cast6_encrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt()
221 void __cast6_decrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt()
265 .cra_ctxsize = sizeof(struct cast6_ctx),