Searched refs:twofish_xts_ctx (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/crypto/
H A Dtwofish.h14 struct twofish_xts_ctx { struct
/linux-4.4.14/arch/x86/crypto/
H A Dtwofish_glue_3way.c276 struct twofish_xts_ctx *ctx = crypto_tfm_ctx(tfm); xts_twofish_setkey()
302 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
320 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
421 .cra_ctxsize = sizeof(struct twofish_xts_ctx),
H A Dtwofish_avx_glue.c320 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
330 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
429 .cra_ctxsize = sizeof(struct twofish_xts_ctx),

Completed in 143 milliseconds