aboutsummaryrefslogtreecommitdiffstats
path: root/test/crypto/ref/gen_testref.bat
diff options
context:
space:
mode:
Diffstat (limited to 'test/crypto/ref/gen_testref.bat')
-rw-r--r--test/crypto/ref/gen_testref.bat6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/crypto/ref/gen_testref.bat b/test/crypto/ref/gen_testref.bat
index 17abaaae9..ac8e90dbc 100644
--- a/test/crypto/ref/gen_testref.bat
+++ b/test/crypto/ref/gen_testref.bat
@@ -14,8 +14,12 @@ echo|set /p="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" >
echo|set /p="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" > plaintext_5
+echo|set /p="Hi There" > plaintext_6
+
+echo|set /p="what do ya want for nothing?" > plaintext_7
+
call aes_ref.bat
call des_ref.bat
call sha_ref.bat
-
+call hmac_ref.bat
call gen_cfiles.bat \ No newline at end of file