commit | c8a19c91b5b488fed8cce04200a84c6a35c0bf0c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Nov 05 18:06:26 2005 +1100 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Jan 09 14:15:39 2006 -0800 |
tree | e0296c60f7601c5a1d1cf5fa9afd0e38f92e6995 | |
parent | 5cb1454b862ab3040b78364d58330262fea1ddba [diff] |
[CRYPTO] Allow AES C/ASM implementations to coexist As the Crypto API now allows multiple implementations to be registered for the same algorithm, we no longer have to play tricks with Kconfig to select the right AES implementation. This patch sets the driver name and priority for all the AES implementations and removes the Kconfig conditions on the C implementation for AES. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>