Home
last modified time | relevance | path

Searched refs:camellia_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/x86/crypto/
Dcamellia.h17 struct camellia_ctx { struct
22 extern int __camellia_setkey(struct camellia_ctx *cctx, argument
Dcamellia_aesni_avx_glue.c77 .base.cra_ctxsize = sizeof(struct camellia_ctx),
90 .base.cra_ctxsize = sizeof(struct camellia_ctx),
Dcamellia_aesni_avx2_glue.c77 .base.cra_ctxsize = sizeof(struct camellia_ctx),
90 .base.cra_ctxsize = sizeof(struct camellia_ctx),
Dcamellia_glue.c1230 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
1315 .cra_ctxsize = sizeof(struct camellia_ctx),
1335 .base.cra_ctxsize = sizeof(struct camellia_ctx),
1347 .base.cra_ctxsize = sizeof(struct camellia_ctx),
/linux-6.1.9/crypto/
Dcamellia_generic.c954 struct camellia_ctx { struct
963 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() argument
988 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt()
1014 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt()
1044 .cra_ctxsize = sizeof(struct camellia_ctx),