Home
last modified time | relevance | path

Searched refs:cast6_ctx (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dcast6.h13 struct cast6_ctx { struct
18 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, unsigned int keylen);
/kernel/linux/linux-6.6/include/crypto/
H A Dcast6.h13 struct cast6_ctx { struct
18 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, unsigned int keylen);
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcast6_avx_glue.c168 struct cast6_ctx tweak_ctx;
169 struct cast6_ctx crypt_ctx;
216 .base.cra_ctxsize = sizeof(struct cast6_ctx),
229 .base.cra_ctxsize = sizeof(struct cast6_ctx),
243 .base.cra_ctxsize = sizeof(struct cast6_ctx),
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcast6_avx_glue.c72 .base.cra_ctxsize = sizeof(struct cast6_ctx),
85 .base.cra_ctxsize = sizeof(struct cast6_ctx),
/kernel/linux/linux-5.10/crypto/
H A Dcast6_generic.c106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey()
174 const struct cast6_ctx *c = ctx; in __cast6_encrypt()
213 const struct cast6_ctx *c = ctx; in __cast6_decrypt()
256 .cra_ctxsize = sizeof(struct cast6_ctx),
/kernel/linux/linux-6.6/crypto/
H A Dcast6_generic.c106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey()
174 const struct cast6_ctx *c = ctx; in __cast6_encrypt()
211 const struct cast6_ctx *c = ctx; in __cast6_decrypt()
252 .cra_ctxsize = sizeof(struct cast6_ctx),

Completed in 3 milliseconds