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: send

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

2012-09-24 Thread Arun Murthy
s > follows: (http://coccinelle.lip6.fr/) > > // > ( > if@p1 (\(ret < 0\|ret != 0\)) > { ... return ret; } > | > ret@p1 = 0 > ) > ... when != ret = e1 > when != &ret > *if(...) > { > ... when != ret = e2 > when forall > return ret; >

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

2012-06-20 Thread Arun MURTHY
> Quoting Arun Murthy : > > > 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 m

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

2012-06-20 Thread Arun Murthy
ff-by: Arun Murthy Signed-off-by: Berne Hebark Acked-by: Srinidhi Kasagar Acked-by: Linus Walleij --- crypto/tcrypt.c | 265 +++ 1 files changed, 249 insertions(+), 16 deletions(-) diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 22