Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/
Datmel-aes.c112 struct atmel_aes_ctx { struct
1263 struct atmel_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_init_tfm()
1279 struct atmel_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_ctr_init_tfm()
1298 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1311 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1325 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1339 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1353 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1367 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
1381 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx),
[all …]