~ubuntu-branches/ubuntu/lucid/seamonkey/lucid-security

« back to all changes in this revision

Viewing changes to security/nss-fips/tests/cipher/symmkey.txt

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-07-29 21:29:02 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080729212902-spm9kpvchp9udwbw
Tags: 1.1.11+nobinonly-0ubuntu1
* New security upstream release: 1.1.11 (LP: #218534)
  Fixes USN-602-1, USN-619-1, USN-623-1 and USN-629-1
* Refresh diverged patch:
  - update debian/patches/80_security_build.patch
* Fix FTBFS with missing -lfontconfig
  - add debian/patches/11_fix_ftbfs_with_fontconfig.patch
  - update debian/patches/series
* Build with default gcc (hardy: 4.2, intrepid: 4.3)
  - update debian/rules
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This file enables test coverage of the symmetric key performance tests
 
3
#
 
4
#
 
5
# mode     keysize   bufsize   repetitions cxrepetitions
 
6
 des_ecb      8       8192       1000         100000
 
7
 des_cbc      8       8192       1000         100000
 
8
 des3_ecb    24       8192       1000         100000
 
9
 des3_cbc    24       8192       1000         100000
 
10
 rc2_ecb      5       8192       1000         100000
 
11
 rc2_ecb      8       8192       1000         100000
 
12
 rc2_ecb     16       8192       1000         100000
 
13
 rc2_cbc      5       8192       1000         100000
 
14
 rc2_cbc      8       8192       1000         100000
 
15
 rc2_cbc     16       8192       1000         100000
 
16
 rc4          5       8192       10000        100000
 
17
 rc4          8       8192       10000        100000
 
18
 rc4         16       8192       10000        100000
 
19
 rc4         24       8192       10000        100000
 
20
 aes_ecb     16       8192       10000        100000
 
21
 aes_cbc     16       8192       10000        100000
 
22
 aes_ecb     32       8192       10000        100000
 
23
 aes_cbc     32       8192       10000        100000