Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/
Dcast6.h13 struct cast6_ctx { struct
18 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, unsigned int keylen); argument
/linux-5.19.10/arch/x86/crypto/
Dcast6_avx_glue.c72 .base.cra_ctxsize = sizeof(struct cast6_ctx),
85 .base.cra_ctxsize = sizeof(struct cast6_ctx),
/linux-5.19.10/crypto/
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),