os/security/crypto/weakcryptospi/test/trandom/testdata/des.dat
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/crypto/weakcryptospi/test/trandom/testdata/des.dat	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 ++C This file contains the central script for DES test vectors
     1.5 ++C The format is:
     1.6 ++C AlgorithmType TestType Algorithm (Variant) (File)
     1.7 ++C 
     1.8 ++C Where:
     1.9 ++C AlgorithmType is Symmetric, Asymmetric or Padding
    1.10 ++C TestType is Function, Vector, OOM, Error, Performance, Problem or UnfixedProblem
    1.11 ++C Algorithm is DES, RC2, RC4, RSA etc 
    1.12 ++C Variant (where applicable) is CFB, OFB, CBC or ECB
    1.13 ++C File is the name of the file where the known vectors can be found
    1.14 ++C
    1.15 +Symmetric Vector DES ECB DESECB.DAT
    1.16 +Symmetric Vector DES CBC DESCBC.DAT
    1.17 +Symmetric Vector DES OFB DESOFB.DAT
    1.18 +Symmetric Vector DES CFB DESCFB.DAT
    1.19 +Symmetric Vector 3DES2 ECB DESECB.DAT
    1.20 +Symmetric Vector 3DES2 CBC DESCBC.DAT
    1.21 +Symmetric Vector 3DES2 OFB DESOFB.DAT
    1.22 +Symmetric Vector 3DES2 CFB DESCFB.DAT
    1.23 +Symmetric Vector 3DES3 ECB DESECB.DAT
    1.24 +Symmetric Vector 3DES3 CBC DESCBC.DAT
    1.25 +Symmetric Vector 3DES3 OFB DESOFB.DAT
    1.26 +Symmetric Vector 3DES3 CFB DESCFB.DAT