From e91aa9d50c3561c4a40b87d1d302db851f07ef31 Mon Sep 17 00:00:00 2001 From: Joel Fernandes Date: Fri, 14 Feb 2014 10:49:10 -0600 Subject: [PATCH] crypto: omap-des - Add omap-des driver for OMAP4/AM43xx Add omap-des driver with platform data for OMAP4/AM43xx. Support added for DES ECB and CBC modes. Also add support for 3DES operation where 3 64-bit keys are used to perform a DES encrypt-decrypt-encrypt (des3_ede) operation on a buffer. Tests have been conducted with the CRYPTO test manager, and functionality is verified at different page length alignments. Signed-off-by: Joel Fernandes Signed-off-by: Herbert Xu --- Reading git-format-patch failed