Searched refs:atmel_aes_ctx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes.c | 112 struct atmel_aes_ctx { struct 1244 struct atmel_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_init_tfm() 1254 struct atmel_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in atmel_aes_ctr_init_tfm() 1267 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx), 1280 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx), 1294 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx), 1308 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx), 1322 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx), 1336 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx), 1350 .base.cra_ctxsize = sizeof(struct atmel_aes_ctx), [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes.c | 112 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...] |
Completed in 10 milliseconds