diff options
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r-- | crypto/tcrypt.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 387d1053f11a..df93595c2c68 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c | |||
@@ -1548,6 +1548,13 @@ static void do_test(void) | |||
1548 | SALSA20_STREAM_ENC_TEST_VECTORS); | 1548 | SALSA20_STREAM_ENC_TEST_VECTORS); |
1549 | break; | 1549 | break; |
1550 | 1550 | ||
1551 | case 35: | ||
1552 | test_aead("gcm(aes)", ENCRYPT, aes_gcm_enc_tv_template, | ||
1553 | AES_GCM_ENC_TEST_VECTORS); | ||
1554 | test_aead("gcm(aes)", DECRYPT, aes_gcm_dec_tv_template, | ||
1555 | AES_GCM_DEC_TEST_VECTORS); | ||
1556 | break; | ||
1557 | |||
1551 | case 100: | 1558 | case 100: |
1552 | test_hash("hmac(md5)", hmac_md5_tv_template, | 1559 | test_hash("hmac(md5)", hmac_md5_tv_template, |
1553 | HMAC_MD5_TEST_VECTORS); | 1560 | HMAC_MD5_TEST_VECTORS); |