Searched refs:twofish_xts_ctx (Results 1 – 3 of 3) sorted by relevance
276 struct twofish_xts_ctx *ctx = crypto_tfm_ctx(tfm); in xts_twofish_setkey()302 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_encrypt()320 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_decrypt()421 .cra_ctxsize = sizeof(struct twofish_xts_ctx),
320 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_encrypt()330 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_decrypt()429 .cra_ctxsize = sizeof(struct twofish_xts_ctx),
14 struct twofish_xts_ctx { struct