Re: [PATCH] crypto: mark authenticated ctr(aes) also as FIPS able

2016-02-16 Thread Herbert Xu
On Sat, Feb 06, 2016 at 11:53:07AM +0100, Marcus Meissner wrote: > (2nd try that adds missing , to build.) > > Signed-off-by: Marcus Meissner Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[PATCH] crypto: mark authenticated ctr(aes) also as FIPS able

2016-02-06 Thread Marcus Meissner
(2nd try that adds missing , to build.) Signed-off-by: Marcus Meissner --- crypto/testmgr.c | 16 1 file changed, 16 insertions(+) diff --git a/crypto/testmgr.c b/crypto/testmgr.c index ae8c57fd..7d66cf8 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -2143,6 +2143,10 @

Re: [PATCH] crypto: mark authenticated ctr(aes) also as FIPS able

2016-02-05 Thread Herbert Xu
On Thu, Feb 04, 2016 at 03:30:26PM +0100, Marcus Meissner wrote: > Signed-off-by: Marcus Meissner This doesn't compile for me. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: [PATCH] crypto: mark authenticated ctr(aes) also as FIPS able

2016-02-04 Thread Stephan Mueller
Am Donnerstag, 4. Februar 2016, 15:30:26 schrieb Marcus Meissner: Hi Marcus, > Signed-off-by: Marcus Meissner Acked-by: Stephan Mueller > --- > crypto/testmgr.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/crypto/testmgr.c b/crypto/testmgr.c > index ae8c57fd..ff

[PATCH] crypto: mark authenticated ctr(aes) also as FIPS able

2016-02-04 Thread Marcus Meissner
Signed-off-by: Marcus Meissner --- crypto/testmgr.c | 16 1 file changed, 16 insertions(+) diff --git a/crypto/testmgr.c b/crypto/testmgr.c index ae8c57fd..ff6a799 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -2143,6 +2143,10 @@ static const struct alg_test_desc alg_t