Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8df213d9b520a4b58b7a8f7f2200324d4e40363d
Commit:     8df213d9b520a4b58b7a8f7f2200324d4e40363d
Parent:     481f34ae752ac74c4cbd88a9954dd4ed10e84f81
Author:     Herbert Xu <[EMAIL PROTECTED]>
AuthorDate: Sun Dec 2 14:55:47 2007 +1100
Committer:  Herbert Xu <[EMAIL PROTECTED]>
CommitDate: Fri Jan 11 08:16:30 2008 +1100

    [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 <[EMAIL PROTECTED]>
---
 crypto/tcrypt.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 387d105..df93595 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -1548,6 +1548,13 @@ static void do_test(void)
                            SALSA20_STREAM_ENC_TEST_VECTORS);
                break;
 
+       case 35:
+               test_aead("gcm(aes)", ENCRYPT, aes_gcm_enc_tv_template,
+                         AES_GCM_ENC_TEST_VECTORS);
+               test_aead("gcm(aes)", DECRYPT, aes_gcm_dec_tv_template,
+                         AES_GCM_DEC_TEST_VECTORS);
+               break;
+
        case 100:
                test_hash("hmac(md5)", hmac_md5_tv_template,
                          HMAC_MD5_TEST_VECTORS);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to