commit | 3741bbb207f7b9e92ad3b878a30ccd1ddcdb8ac8 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Wed Jun 01 11:56:02 2016 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jun 07 18:41:52 2016 +0800 |
tree | 26539599039d606b22b58556fd27a5523abc48bf | |
parent | 0a7f330c12f2b3cab53b396d4dc369c2dcf272eb [diff] |
crypto: omap-aes - Fix registration of algorithms Algorithms can be registered only once. So skip registration of algorithms if already registered (i.e. in case we have two AES cores in the system.) Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>