[CRYPTO] tcrypt: Make gcm available as a standalone test
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 2 Dec 2007 03:55:47 +0000 (14:55 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:30 +0000 (08:16 +1100)
commit8df213d9b520a4b58b7a8f7f2200324d4e40363d
tree5d747119df4a334a4087a0ae3661214bc2dfeb06
parent481f34ae752ac74c4cbd88a9954dd4ed10e84f81
[CRYPTO] tcrypt: Make gcm available as a standalone test

Currently the gcm(aes) tests have to be taken together with all other
ciphers.  This patch makes it available by itself at number 35.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c