|
1 # This Source Code Form is subject to the terms of the Mozilla Public |
|
2 # License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
4 # |
|
5 # This file enables test coverage of the symmetric key performance tests |
|
6 # |
|
7 # |
|
8 # mode keysize bufsize repetitions cxrepetitions |
|
9 des_ecb 8 8192 1000 100000 |
|
10 des_cbc 8 8192 1000 100000 |
|
11 des3_ecb 24 8192 1000 100000 |
|
12 des3_cbc 24 8192 1000 100000 |
|
13 rc2_ecb 5 8192 1000 100000 |
|
14 rc2_ecb 8 8192 1000 100000 |
|
15 rc2_ecb 16 8192 1000 100000 |
|
16 rc2_cbc 5 8192 1000 100000 |
|
17 rc2_cbc 8 8192 1000 100000 |
|
18 rc2_cbc 16 8192 1000 100000 |
|
19 rc4 5 8192 10000 100000 |
|
20 rc4 8 8192 10000 100000 |
|
21 rc4 16 8192 10000 100000 |
|
22 rc4 24 8192 10000 100000 |
|
23 aes_ecb 16 8192 10000 100000 |
|
24 aes_cbc 16 8192 10000 100000 |
|
25 aes_ecb 32 8192 10000 100000 |
|
26 aes_cbc 32 8192 10000 100000 |
|
27 aes_ctr 16 8192 10000 100000 |
|
28 aes_ctr 32 8192 10000 100000 |
|
29 aes_gcm 16 8192 10000 100000 |
|
30 aes_gcm 32 8192 10000 100000 |
|
31 camellia_ecb 16 8192 10000 100000 |
|
32 camellia_cbc 16 8192 10000 100000 |
|
33 camellia_ecb 32 8192 10000 100000 |
|
34 camellia_cbc 32 8192 10000 100000 |
|
35 seed_ecb 16 8192 10000 100000 |
|
36 seed_cbc 16 8192 10000 100000 |