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

2012-06-20 Thread Geanta Neag Horia Ioan-B05471
> -Original Message- > From: linux-crypto-ow...@vger.kernel.org [mailto:linux-crypto- > ow...@vger.kernel.org] On Behalf Of Arun Murthy > Sent: Wednesday, June 20, 2012 2:12 PM > To: linux-crypto@vger.kernel.org; herb...@gondor.apana.org.au > Cc: arun.mur...@stericsson.com; Berne Hebark > S

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

2012-06-20 Thread Jussi Kivilinna
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 mode 500 and its variants to perform the tests in asynchronous

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 mode 500 and its > variants to > > perform th