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

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 Geanta Neag Horia Ioan-B05471
.com; Berne Hebark > Subject: [PATCH] crypto: tcrypt - Add mode 500 for ablkcipher test > > 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&#x

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

2012-06-20 Thread 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 block cipher. Signed-off-by: