Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/crypto/
H A Datmel-aes.c142 struct atmel_aes_xts_ctx { struct
1076 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx( in atmel_aes_xts_fallback()
1804 static inline struct atmel_aes_xts_ctx *
1807 return container_of(ctx, struct atmel_aes_xts_ctx, base); in atmel_aes_xts_ctx_cast()
1814 struct atmel_aes_xts_ctx *ctx = atmel_aes_xts_ctx_cast(dd->ctx); in atmel_aes_xts_start()
1873 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_xts_setkey()
1906 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_xts_init_tfm()
1929 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_xts_exit_tfm()
1938 .base.cra_ctxsize = sizeof(struct atmel_aes_xts_ctx),
/kernel/linux/linux-5.10/drivers/crypto/
H A Datmel-aes.c142 struct atmel_aes_xts_ctx { struct
1772 static inline struct atmel_aes_xts_ctx *
1775 return container_of(ctx, struct atmel_aes_xts_ctx, base); in atmel_aes_xts_ctx_cast()
1782 struct atmel_aes_xts_ctx *ctx = atmel_aes_xts_ctx_cast(dd->ctx); in atmel_aes_xts_start()
1845 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_xts_setkey()
1871 struct atmel_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_xts_init_tfm()
1883 .base.cra_ctxsize = sizeof(struct atmel_aes_xts_ctx),

Completed in 8 milliseconds