Home
last modified time | relevance | path

Searched refs:camellia_lrw_ctx (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/crypto/
Dcamellia.h19 struct camellia_lrw_ctx { struct
/arch/x86/crypto/
Dcamellia_glue.c1443 struct camellia_lrw_ctx *ctx = crypto_tfm_ctx(tfm); in lrw_camellia_setkey()
1460 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in lrw_encrypt()
1477 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in lrw_decrypt()
1493 struct camellia_lrw_ctx *ctx = crypto_tfm_ctx(tfm); in lrw_camellia_exit_tfm()
1640 .cra_ctxsize = sizeof(struct camellia_lrw_ctx),
Dcamellia_aesni_avx2_glue.c272 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in lrw_encrypt()
298 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in lrw_decrypt()
409 .cra_ctxsize = sizeof(struct camellia_lrw_ctx),
Dcamellia_aesni_avx_glue.c264 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in lrw_encrypt()
290 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in lrw_decrypt()
401 .cra_ctxsize = sizeof(struct camellia_lrw_ctx),