]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/cspxutils/perform/aesPerform
Security-57740.51.3.tar.gz
[apple/security.git] / SecurityTests / cspxutils / perform / aesPerform
diff --git a/SecurityTests/cspxutils/perform/aesPerform b/SecurityTests/cspxutils/perform/aesPerform
deleted file mode 100755 (executable)
index f880946..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#! /bin/csh -f
-#
-# run symmteric performance tests on AES, all key sizes and block sizes.
-#
-if ( $#argv < 2 ) then
-        echo Usage: aesPerform iterations bufsize
-        exit(1)
-endif
-#
-set ITER=$argv[1]
-set BUFSIZE=$argv[2]
-#
-cd $LOCAL_BUILD_DIR
-perform $ITER $BUFSIZE a=a e b=128 k=128
-perform $ITER $BUFSIZE a=a e b=128 k=192
-perform $ITER $BUFSIZE a=a e b=128 k=256
-perform $ITER $BUFSIZE a=a e b=192 k=128
-perform $ITER $BUFSIZE a=a e b=192 k=192
-perform $ITER $BUFSIZE a=a e b=192 k=256
-perform $ITER $BUFSIZE a=a e b=256 k=128
-perform $ITER $BUFSIZE a=a e b=256 k=192
-perform $ITER $BUFSIZE a=a e b=256 k=256