Searched refs:atmel_aes_xts_ctx (Results 1 – 1 of 1) sorted by relevance
142 struct atmel_aes_xts_ctx { struct1849 static inline struct atmel_aes_xts_ctx *1852 return container_of(ctx, struct atmel_aes_xts_ctx, base); in atmel_aes_xts_ctx_cast()1859 struct atmel_aes_xts_ctx *ctx = atmel_aes_xts_ctx_cast(dd->ctx); in atmel_aes_xts_start()1921 struct atmel_aes_xts_ctx *ctx = crypto_ablkcipher_ctx(tfm); in atmel_aes_xts_setkey()1947 struct atmel_aes_xts_ctx *ctx = crypto_tfm_ctx(tfm); in atmel_aes_xts_cra_init()1961 .cra_ctxsize = sizeof(struct atmel_aes_xts_ctx),