Searched refs:camellia_xts_ctx (Results 1 – 3 of 3) sorted by relevance
190 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_camellia_setkey()212 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()222 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()278 .base.cra_ctxsize = sizeof(struct camellia_xts_ctx),
186 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()196 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()252 .base.cra_ctxsize = sizeof(struct camellia_xts_ctx),
22 struct camellia_xts_ctx { struct