1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/crypto/weakcrypto/test/trandom/testdata/3des.dat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,19 @@
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 3DES ECB DESECB.DAT
1.20 +Symmetric Vector 3DES CBC DESCBC.DAT
1.21 +Symmetric Vector 3DES OFB DESOFB.DAT
1.22 +Symmetric Vector 3DES CFB DESCFB.DAT