GMAC and CMAC mode

2012-10-02 Thread Arun Murthy
Hi All, I see that there is no specific core driver or framework for GMAC and CMAC mode. My hardware accelerator has support for GMAC and CMAC modes, how to I proceed with writing a driver for the same? Thanks and Regards, Arun R Murthy - -- To unsubscribe from this list:

Re: [PATCH 1/4] drivers/crypto/ux500/cryp/cryp_core.c: fix error return code

2012-09-24 Thread Arun Murthy
peter.se...@gmail.com Reviewed-by: Arun Murthy arunrmurth...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] crypto: tcrypt - Add mode 500 for ablkcipher test

2012-06-20 Thread Arun Murthy
-by: Arun Murthy arun.mur...@stericsson.com Signed-off-by: Berne Hebark berne.heb...@stericsson.com Acked-by: Srinidhi Kasagar srinidhi.kasa...@stericsson.com Acked-by: Linus Walleij linus.wall...@linaro.org --- crypto/tcrypt.c | 265 +++ 1 files

RE: [PATCH] crypto: tcrypt - Add mode 500 for ablkcipher test

2012-06-20 Thread Arun MURTHY
Quoting Arun Murthy arun.mur...@stericsson.com: The existing mode 200 performs ecb(aes), cbc(aes), ctr(aes), ecb(des), cbc(des) ecb(des3_ede), cbc(des3_ede) for synchronous block cihper. For crypto hardware drivers ablkcipher's are used and hence add new mode 500 and its variants