AES GCM selftests.

This commit is contained in:
Dr. Stephen Henson
2011-02-18 17:09:33 +00:00
parent 5d439d6955
commit acf254f86e
5 changed files with 145 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ int FIPS_selftest(void)
return FIPS_selftest_sha1()
&& FIPS_selftest_hmac()
&& FIPS_selftest_aes()
&& FIPS_selftest_aes_gcm()
&& FIPS_selftest_des()
&& FIPS_selftest_rsa()
&& FIPS_selftest_dsa();