os/security/crypto/weakcryptospi/test/tbigint/scripts/tperformancetests.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 //
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     5 // under the terms of the License "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     9 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
    11 //
    12 // Contributors:
    13 //
    14 // Description: 
    15 //
    16 
    17 START_TESTCASE                SEC-CRYPTOSPI-TPERFORMANCETESTS-0001
    18 
    19 //! @SYMTestCaseID            SEC-CRYPTOSPI-TPERFORMANCETESTS-0001
    20 
    21 //! @SYMTestCaseDesc          <iterations> is for how long time the test will be run measured in seconds.
    22 
    23 //! @SYMTestActions           1) Montgomery Performance Tests 1 512 bit random exponentiation
    24 
    25 //!                           2) Montgomery Performance Tests 2 1024 bit random exponentiation
    26 
    27 //!                           3) Montgomery Performance Tests 3 2048 bit random exponentiation
    28 
    29 //!                           4) Prime Vector Performance Test (#356 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    30 
    31 //!                           5) Prime Vector Performance Test (#357 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    32 
    33 //!                           6) Prime Vector Performance Test (#358 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    34 
    35 //!                           7) Prime Vector Performance Test (#694 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    36 
    37 //!                           8) Prime Vector Performance Test (#695 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    38 
    39 //!                           9) Prime Vector Performance Test (#696 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    40 
    41 //!                           10) Prime Vector Performance Test (#798 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    42 
    43 //!                           11) Prime Vector Performance Test (#799 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    44 
    45 //!                           12) Prime Vector Performance Test (#800 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    46 
    47 //!                           13) Prime Vector Performance Test (#807 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    48 
    49 //!                           14) Prime Vector Performance Test (#808 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    50 
    51 //!                           15) Prime Vector Performance Test (#809 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    52 
    53 //!                           16) Prime Vector Performance Test (#904 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    54 
    55 //!                           17) Prime Vector Performance Test (#905 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    56 
    57 //!                           18) Prime Vector Performance Test (#906 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    58 
    59 //!                           19) Prime Vector Performance Test (#1101 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    60 
    61 //!                           20) Prime Vector Performance Test (#1102 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    62 
    63 //!                           21) Prime Vector Performance Test (#1103 -- from http://www.cl.cam.ac.uk/users/jeh1004/research/miller/primes)
    64 
    65 //!                           22) Prime Generation Performance Tests (512 bit)
    66 
    67 //!                           23) Prime Generation Performance Tests (1024 bit)
    68 
    69 //!                           24) Prime Generation Performance Tests (2048 bit)
    70 
    71 RUN_TEST_STEP                 -1    CTestHandler        MontgomeryPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-001
    72 
    73 RUN_TEST_STEP                 -1    CTestHandler        MontgomeryPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-002
    74 
    75 RUN_TEST_STEP                 -1    CTestHandler        MontgomeryPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-003
    76 
    77 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-004
    78 
    79 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-005
    80 
    81 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-006
    82 
    83 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-007
    84 
    85 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-008
    86 
    87 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-009
    88 
    89 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-010
    90 
    91 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-011
    92 
    93 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-012
    94 
    95 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-013
    96 
    97 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-014
    98 
    99 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-015
   100 
   101 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-016
   102 
   103 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-017
   104 
   105 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-018
   106 
   107 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-019
   108 
   109 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-020
   110 
   111 RUN_TEST_STEP                 -1    CTestHandler        PrimeVectorPerformance   tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-021
   112 
   113 RUN_TEST_STEP                 -1    CTestHandler        PrimeGenPerformance    tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-022
   114 
   115 RUN_TEST_STEP                 -1    CTestHandler        PrimeGenPerformance    tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-023
   116 
   117 RUN_TEST_STEP                 -1    CTestHandler        PrimeGenPerformance    tperformancetests.ini   SEC-CRYPTOSPI-TPERFORMANCETESTS-0001-024
   118 
   119 END_TESTCASE                  SEC-CRYPTOSPI-TPERFORMANCETESTS-0001
   120 
   121 
   122 
   123 
   124