Re: [PATCH cryptodev 3/4] crypto: testmgr - add aead null encryption test vectors

2014-03-19 Thread Horia Geantă
On 3/17/2014 8:27 PM, Marek Vasut wrote: On Friday, March 14, 2014 at 04:46:51 PM, Horia Geanta wrote: Add test vectors for aead with null encryption and md5, respectively sha1 authentication. Input data is taken from test vectors listed in RFC2410. Signed-off-by: Horia Geanta [...] --- a/

Re: [PATCH cryptodev 3/4] crypto: testmgr - add aead null encryption test vectors

2014-03-17 Thread Marek Vasut
On Friday, March 14, 2014 at 04:46:51 PM, Horia Geanta wrote: > Add test vectors for aead with null encryption and md5, > respectively sha1 authentication. > Input data is taken from test vectors listed in RFC2410. > > Signed-off-by: Horia Geanta [...] > --- a/crypto/testmgr.h > +++ b/crypto/te

[PATCH cryptodev 3/4] crypto: testmgr - add aead null encryption test vectors

2014-03-14 Thread Horia Geanta
Add test vectors for aead with null encryption and md5, respectively sha1 authentication. Input data is taken from test vectors listed in RFC2410. Signed-off-by: Horia Geanta --- crypto/tcrypt.c | 8 +++ crypto/testmgr.c | 32 ++ crypto/testmgr.h | 180 +++