atmel_aes_ctr_ctx 1004 drivers/crypto/atmel-aes.c static inline struct atmel_aes_ctr_ctx *
atmel_aes_ctr_ctx 1007 drivers/crypto/atmel-aes.c 	return container_of(ctx, struct atmel_aes_ctr_ctx, base);
atmel_aes_ctr_ctx 1012 drivers/crypto/atmel-aes.c 	struct atmel_aes_ctr_ctx *ctx = atmel_aes_ctr_ctx_cast(dd->ctx);
atmel_aes_ctr_ctx 1068 drivers/crypto/atmel-aes.c 	struct atmel_aes_ctr_ctx *ctx = atmel_aes_ctr_ctx_cast(dd->ctx);
atmel_aes_ctr_ctx 1408 drivers/crypto/atmel-aes.c 	.cra_ctxsize		= sizeof(struct atmel_aes_ctr_ctx),