Re: [RFC 1/2] crypto: tcrypt - Add acipher bandwidth tests support

2016-02-02 Thread Herbert Xu
On Tue, Feb 02, 2016 at 11:27:07AM +, Catalin Vasile wrote: > > >modprobe tcrypt mode=601 band=1> > Are you referring to modify the speed tests to include a flag to start > bandwidth tests? > If so, it sounds reasonable. Yes. Cheers, -- Email: Herbert Xu Home

Re: [RFC 1/2] crypto: tcrypt - Add acipher bandwidth tests support

2016-02-02 Thread Catalin Vasile
dru Porosanu; Catalin Vasile >Subject: Re: [RFC 1/2] crypto: tcrypt - Add acipher bandwidth tests support> >Catalin Vasile <cata.vas...@nxp.com> wrote: >> Signed-off-by: Catalin Vasile <cata.vas...@nxp.com>> >Please give a description of what your patch does here.>

Re: [RFC 1/2] crypto: tcrypt - Add acipher bandwidth tests support

2016-02-01 Thread Herbert Xu
Catalin Vasile wrote: > Signed-off-by: Catalin Vasile Please give a description of what your patch does here. > + case 600: > + band_acipher("ecb(aes)", ENCRYPT, sec, NULL, 0, > +

[RFC 1/2] crypto: tcrypt - Add acipher bandwidth tests support

2016-01-29 Thread Catalin Vasile
Signed-off-by: Catalin Vasile --- crypto/tcrypt.c | 501 1 file changed, 501 insertions(+) diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 270bc4b..f56419d 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@