Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/
Datmel-aes.c112 struct atmel_aes_ctx { struct
1268 struct atmel_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_init_tfm()
1285 struct atmel_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_ctr_init_tfm()
1305 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1318 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1332 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1346 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1360 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1374 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1388 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
[all …]