Searched refs:atmel_aes_xts_ctx (Results 1 – 1 of 1) sorted by relevance
130 struct atmel_aes_xts_ctx { struct1048 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx( in atmel_aes_xts_fallback()1611 static inline struct atmel_aes_xts_ctx *1614 return container_of(ctx, struct atmel_aes_xts_ctx, base); in atmel_aes_xts_ctx_cast()1621 struct atmel_aes_xts_ctx *ctx = atmel_aes_xts_ctx_cast(dd->ctx); in atmel_aes_xts_start()1680 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_xts_setkey()1713 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_xts_init_tfm()1736 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_xts_exit_tfm()1745 .base.cra_ctxsize = sizeof(struct atmel_aes_xts_ctx),