Home
last modified time | relevance | path

Searched refs:atmel_aes_xts_ctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/crypto/
Datmel-aes.c145 struct atmel_aes_xts_ctx { struct
1852 static inline struct atmel_aes_xts_ctx *
1855 return container_of(ctx, struct atmel_aes_xts_ctx, base); in atmel_aes_xts_ctx_cast()
1862 struct atmel_aes_xts_ctx *ctx = atmel_aes_xts_ctx_cast(dd->ctx); in atmel_aes_xts_start()
1924 struct atmel_aes_xts_ctx *ctx = crypto_ablkcipher_ctx(tfm); in atmel_aes_xts_setkey()
1950 struct atmel_aes_xts_ctx *ctx = crypto_tfm_ctx(tfm); in atmel_aes_xts_cra_init()
1964 .cra_ctxsize = sizeof(struct atmel_aes_xts_ctx),