mcgreer%netscape.com dc265ee589 add scripts for testing cipher performance. modify cipher.sh to reflect command arg changes in blapitest.
git-svn-id: svn://10.0.0.236/trunk@83169 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-01 01:09:44 +00:00

20 lines
878 B
Plaintext

#
# 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