1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/crypto/weakcryptospi/test/tbigint/scripts/tperformancetests.script Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,124 @@
1.4 +//
1.5 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +// All rights reserved.
1.7 +// This component and the accompanying materials are made available
1.8 +// under the terms of the License "Eclipse Public License v1.0"
1.9 +// which accompanies this distribution, and is available
1.10 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +//
1.12 +// Initial Contributors:
1.13 +// Nokia Corporation - initial contribution.
1.14 +//
1.15 +// Contributors:
1.16 +//
1.17 +// Description:
1.18 +//
1.19 +
1.20 +START_TESTCASE SEC-CRYPTOSPI-TPERFORMANCETESTS-0001
1.21 +
1.22 +//! @SYMTestCaseID SEC-CRYPTOSPI-TPERFORMANCETESTS-0001
1.23 +
1.24 +//! @SYMTestCaseDesc <iterations> is for how long time the test will be run measured in seconds.
1.25 +
1.26 +//! @SYMTestActions 1) Montgomery Performance Tests 1 512 bit random exponentiation
1.27 +
1.28 +//! 2) Montgomery Performance Tests 2 1024 bit random exponentiation
1.29 +
1.30 +//! 3) Montgomery Performance Tests 3 2048 bit random exponentiation
1.31 +
1.32 +//! 4) Prime Vector Performance Test (#356 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.33 +
1.34 +//! 5) Prime Vector Performance Test (#357 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.35 +
1.36 +//! 6) Prime Vector Performance Test (#358 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.37 +
1.38 +//! 7) Prime Vector Performance Test (#694 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.39 +
1.40 +//! 8) Prime Vector Performance Test (#695 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.41 +
1.42 +//! 9) Prime Vector Performance Test (#696 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.43 +
1.44 +//! 10) Prime Vector Performance Test (#798 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.45 +
1.46 +//! 11) Prime Vector Performance Test (#799 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.47 +
1.48 +//! 12) Prime Vector Performance Test (#800 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.49 +
1.50 +//! 13) Prime Vector Performance Test (#807 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.51 +
1.52 +//! 14) Prime Vector Performance Test (#808 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.53 +
1.54 +//! 15) Prime Vector Performance Test (#809 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.55 +
1.56 +//! 16) Prime Vector Performance Test (#904 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.57 +
1.58 +//! 17) Prime Vector Performance Test (#905 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.59 +
1.60 +//! 18) Prime Vector Performance Test (#906 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.61 +
1.62 +//! 19) Prime Vector Performance Test (#1101 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.63 +
1.64 +//! 20) Prime Vector Performance Test (#1102 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.65 +
1.66 +//! 21) Prime Vector Performance Test (#1103 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
1.67 +
1.68 +//! 22) Prime Generation Performance Tests (512 bit)
1.69 +
1.70 +//! 23) Prime Generation Performance Tests (1024 bit)
1.71 +
1.72 +//! 24) Prime Generation Performance Tests (2048 bit)
1.73 +
1.74 +RUN_TEST_STEP -1 CTestHandler MontgomeryPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-001
1.75 +
1.76 +RUN_TEST_STEP -1 CTestHandler MontgomeryPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-002
1.77 +
1.78 +RUN_TEST_STEP -1 CTestHandler MontgomeryPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-003
1.79 +
1.80 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-004
1.81 +
1.82 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-005
1.83 +
1.84 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-006
1.85 +
1.86 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-007
1.87 +
1.88 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-008
1.89 +
1.90 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-009
1.91 +
1.92 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-010
1.93 +
1.94 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-011
1.95 +
1.96 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-012
1.97 +
1.98 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-013
1.99 +
1.100 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-014
1.101 +
1.102 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-015
1.103 +
1.104 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-016
1.105 +
1.106 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-017
1.107 +
1.108 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-018
1.109 +
1.110 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-019
1.111 +
1.112 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-020
1.113 +
1.114 +RUN_TEST_STEP -1 CTestHandler PrimeVectorPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-021
1.115 +
1.116 +RUN_TEST_STEP -1 CTestHandler PrimeGenPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-022
1.117 +
1.118 +RUN_TEST_STEP -1 CTestHandler PrimeGenPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-023
1.119 +
1.120 +RUN_TEST_STEP -1 CTestHandler PrimeGenPerformance tperformancetests.ini SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-024
1.121 +
1.122 +END_TESTCASE SEC-CRYPTOSPI-TPERFORMANCETESTS-0001
1.123 +
1.124 +
1.125 +
1.126 +
1.127 +