1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/tests/cipher/symmkey.txt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 +# 1.8 +# This file enables test coverage of the symmetric key performance tests 1.9 +# 1.10 +# 1.11 +# mode keysize bufsize repetitions cxrepetitions 1.12 + des_ecb 8 8192 1000 100000 1.13 + des_cbc 8 8192 1000 100000 1.14 + des3_ecb 24 8192 1000 100000 1.15 + des3_cbc 24 8192 1000 100000 1.16 + rc2_ecb 5 8192 1000 100000 1.17 + rc2_ecb 8 8192 1000 100000 1.18 + rc2_ecb 16 8192 1000 100000 1.19 + rc2_cbc 5 8192 1000 100000 1.20 + rc2_cbc 8 8192 1000 100000 1.21 + rc2_cbc 16 8192 1000 100000 1.22 + rc4 5 8192 10000 100000 1.23 + rc4 8 8192 10000 100000 1.24 + rc4 16 8192 10000 100000 1.25 + rc4 24 8192 10000 100000 1.26 + aes_ecb 16 8192 10000 100000 1.27 + aes_cbc 16 8192 10000 100000 1.28 + aes_ecb 32 8192 10000 100000 1.29 + aes_cbc 32 8192 10000 100000 1.30 + aes_ctr 16 8192 10000 100000 1.31 + aes_ctr 32 8192 10000 100000 1.32 + aes_gcm 16 8192 10000 100000 1.33 + aes_gcm 32 8192 10000 100000 1.34 + camellia_ecb 16 8192 10000 100000 1.35 + camellia_cbc 16 8192 10000 100000 1.36 + camellia_ecb 32 8192 10000 100000 1.37 + camellia_cbc 32 8192 10000 100000 1.38 + seed_ecb 16 8192 10000 100000 1.39 + seed_cbc 16 8192 10000 100000