crypto: tegra-aes: Hack to disable HW AES for dm-crypt
authorKen Sumrall <ksumrall@android.com>
Wed, 12 Jan 2011 23:58:37 +0000 (15:58 -0800)
committerKen Sumrall <ksumrall@android.com>
Wed, 12 Jan 2011 23:58:37 +0000 (15:58 -0800)
commit82bc79e717394185d6774744f4471559ea112e3b
tree5f8d54d4d00a889015ffb734eed4bc41599f75c1
parent67c21536bf03d1b8f14360f1eb89bf117099be76
crypto: tegra-aes: Hack to disable HW AES for dm-crypt

The hardware aes engine is required for key management for
HDCP, but since it's performance is bad, we don't want it
enabled for dm-crypt.  This hack changes the cra_name field
so dm-crypt won't find a match, but leaves the cra_driver_name
field unchanged to the device file interface will still find it.

Signed-off-by: Ken Sumrall <ksumrall@android.com>
drivers/crypto/tegra-aes.c