Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/
Datmel-aes.c116 struct atmel_aes_ctr_ctx { struct
509 static inline struct atmel_aes_ctr_ctx *
512 return container_of(ctx, struct atmel_aes_ctr_ctx, base); in atmel_aes_ctr_ctx_cast()
517 struct atmel_aes_ctr_ctx *ctx = atmel_aes_ctr_ctx_cast(dd->ctx); in atmel_aes_ctr_update_req_iv()
1006 struct atmel_aes_ctr_ctx *ctx = atmel_aes_ctr_ctx_cast(dd->ctx); in atmel_aes_ctr_transfer()
1062 struct atmel_aes_ctr_ctx *ctx = atmel_aes_ctr_ctx_cast(dd->ctx); in atmel_aes_ctr_start()
1401 .base.cra_ctxsize = sizeof(struct atmel_aes_ctr_ctx),