aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/omap-aes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/crypto/omap-aes.c b/drivers/crypto/omap-aes.c
index b69da4f07c89..add2a1a72ba4 100644
--- a/drivers/crypto/omap-aes.c
+++ b/drivers/crypto/omap-aes.c
@@ -96,7 +96,7 @@ struct omap_aes_reqctx {
96struct omap_aes_dev { 96struct omap_aes_dev {
97 struct list_head list; 97 struct list_head list;
98 unsigned long phys_base; 98 unsigned long phys_base;
99 void __iomem *io_base; 99 void __iomem *io_base;
100 struct clk *iclk; 100 struct clk *iclk;
101 struct omap_aes_ctx *ctx; 101 struct omap_aes_ctx *ctx;
102 struct device *dev; 102 struct device *dev;
@@ -759,7 +759,7 @@ static struct crypto_alg algs[] = {
759 .cra_flags = CRYPTO_ALG_TYPE_ABLKCIPHER | CRYPTO_ALG_ASYNC, 759 .cra_flags = CRYPTO_ALG_TYPE_ABLKCIPHER | CRYPTO_ALG_ASYNC,
760 .cra_blocksize = AES_BLOCK_SIZE, 760 .cra_blocksize = AES_BLOCK_SIZE,
761 .cra_ctxsize = sizeof(struct omap_aes_ctx), 761 .cra_ctxsize = sizeof(struct omap_aes_ctx),
762 .cra_alignmask = 0, 762 .cra_alignmask = 0,
763 .cra_type = &crypto_ablkcipher_type, 763 .cra_type = &crypto_ablkcipher_type,
764 .cra_module = THIS_MODULE, 764 .cra_module = THIS_MODULE,
765 .cra_init = omap_aes_cra_init, 765 .cra_init = omap_aes_cra_init,
@@ -779,7 +779,7 @@ static struct crypto_alg algs[] = {
779 .cra_flags = CRYPTO_ALG_TYPE_ABLKCIPHER | CRYPTO_ALG_ASYNC, 779 .cra_flags = CRYPTO_ALG_TYPE_ABLKCIPHER | CRYPTO_ALG_ASYNC,
780 .cra_blocksize = AES_BLOCK_SIZE, 780 .cra_blocksize = AES_BLOCK_SIZE,
781 .cra_ctxsize = sizeof(struct omap_aes_ctx), 781 .cra_ctxsize = sizeof(struct omap_aes_ctx),
782 .cra_alignmask = 0, 782 .cra_alignmask = 0,
783 .cra_type = &crypto_ablkcipher_type, 783 .cra_type = &crypto_ablkcipher_type,
784 .cra_module = THIS_MODULE, 784 .cra_module = THIS_MODULE,
785 .cra_init = omap_aes_cra_init, 785 .cra_init = omap_aes_cra_init,