Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Dcamellia_aesni_avx2_glue.c325 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_encrypt()
335 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_decrypt()
434 .cra_ctxsize = sizeof(struct camellia_xts_ctx),
Dcamellia_aesni_avx_glue.c317 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_encrypt()
327 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_decrypt()
426 .cra_ctxsize = sizeof(struct camellia_xts_ctx),
Dcamellia_glue.c1502 struct camellia_xts_ctx *ctx = crypto_tfm_ctx(tfm); in xts_camellia_setkey()
1528 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_encrypt()
1546 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_decrypt()
1667 .cra_ctxsize = sizeof(struct camellia_xts_ctx),
/linux-4.1.27/arch/x86/include/asm/crypto/
Dcamellia.h23 struct camellia_xts_ctx { struct