Loading fips/aes/fips_gcmtest.c +1 −0 Original line number Diff line number Diff line Loading @@ -195,6 +195,7 @@ static void gcmtest(int encrypt) OPENSSL_free(key); if (tag) OPENSSL_free(tag); iv = aad = ct = pt = key = tag = NULL; } } } Loading Loading
fips/aes/fips_gcmtest.c +1 −0 Original line number Diff line number Diff line Loading @@ -195,6 +195,7 @@ static void gcmtest(int encrypt) OPENSSL_free(key); if (tag) OPENSSL_free(tag); iv = aad = ct = pt = key = tag = NULL; } } } Loading