mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-06 20:33:02 +00:00
Split up GCM into a start/update/finish cycle
This commit is contained in:
@@ -91,4 +91,8 @@ while (my $line = <TEST_DATA>)
|
||||
print("\n\n");
|
||||
}
|
||||
}
|
||||
|
||||
print("GCM Selftest\n");
|
||||
print("gcm_selftest:\n\n");
|
||||
|
||||
close(TEST_DATA);
|
||||
|
||||
@@ -74,4 +74,8 @@ while (my $line = <TEST_DATA>)
|
||||
print("\n\n");
|
||||
}
|
||||
}
|
||||
|
||||
print("GCM Selftest\n");
|
||||
print("gcm_selftest:\n\n");
|
||||
|
||||
close(TEST_DATA);
|
||||
|
||||
Reference in New Issue
Block a user