gecko/security/nss/tests/cipher/symmkey.txt

28 lines
1.3 KiB
Plaintext
Raw Normal View History

2008-06-06 05:40:11 -07:00
#
# This file enables test coverage of the symmetric key performance tests
#
#
# mode keysize bufsize repetitions cxrepetitions
des_ecb 8 8192 1000 100000
des_cbc 8 8192 1000 100000
des3_ecb 24 8192 1000 100000
des3_cbc 24 8192 1000 100000
rc2_ecb 5 8192 1000 100000
rc2_ecb 8 8192 1000 100000
rc2_ecb 16 8192 1000 100000
rc2_cbc 5 8192 1000 100000
rc2_cbc 8 8192 1000 100000
rc2_cbc 16 8192 1000 100000
rc4 5 8192 10000 100000
rc4 8 8192 10000 100000
rc4 16 8192 10000 100000
rc4 24 8192 10000 100000
aes_ecb 16 8192 10000 100000
aes_cbc 16 8192 10000 100000
aes_ecb 32 8192 10000 100000
aes_cbc 32 8192 10000 100000
camellia_ecb 16 8192 10000 100000
camellia_cbc 16 8192 10000 100000
camellia_ecb 32 8192 10000 100000
camellia_cbc 32 8192 10000 100000