Searched refs:camellia_xts_ctx (Results 1 – 4 of 4) sorted by relevance
24 struct camellia_xts_ctx { struct
324 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_encrypt()334 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_decrypt()433 .cra_ctxsize = sizeof(struct camellia_xts_ctx),
316 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_encrypt()326 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_decrypt()425 .cra_ctxsize = sizeof(struct camellia_xts_ctx),
1502 struct camellia_xts_ctx *ctx = crypto_tfm_ctx(tfm); in xts_camellia_setkey()1524 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_encrypt()1542 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in xts_decrypt()1663 .cra_ctxsize = sizeof(struct camellia_xts_ctx),