OMAP4 and AM437x SoCs have a DES3DES module which is capable of performing DES encrypt/decrypt and 3DES ede encrypt/decrypt operations. Following patch series adds support for the same. Tests have been performed with crypto/testmgr and all tests are successful. Joel Fernandes (3): crypto: omap-des: Add omap-des driver for OMAP4/AM43xx crypto: omap-des: Add config and build options crypto: omap-des: Add triple DES (des3_ede) support to driver drivers/crypto/Kconfig | 11 + drivers/crypto/Makefile | 1 + drivers/crypto/omap-des.c | 1239 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1251 insertions(+) create mode 100644 drivers/crypto/omap-des.c -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html