crypto/weakcryptospi/test/trandom/testdata/des.dat
author William Roberts <williamr@symbian.org>
Thu, 29 Jul 2010 12:39:03 +0100 (2010-07-29)
branchGCC_SURGE
changeset 88 6a5d0b07585d
parent 8 35751d3474b7
child 85 1efb81185f1c
permissions -rw-r--r--
Resolve IMPORT_C/EXPORT_C mismatch by adding IMPORT_C in header files - Bug 3489
+C This file contains the central script for DES test vectors
+C The format is:
+C AlgorithmType TestType Algorithm (Variant) (File)
+C 
+C Where:
+C AlgorithmType is Symmetric, Asymmetric or Padding
+C TestType is Function, Vector, OOM, Error, Performance, Problem or UnfixedProblem
+C Algorithm is DES, RC2, RC4, RSA etc 
+C Variant (where applicable) is CFB, OFB, CBC or ECB
+C File is the name of the file where the known vectors can be found
+C
Symmetric Vector DES ECB DESECB.DAT
Symmetric Vector DES CBC DESCBC.DAT
Symmetric Vector DES OFB DESOFB.DAT
Symmetric Vector DES CFB DESCFB.DAT
Symmetric Vector 3DES2 ECB DESECB.DAT
Symmetric Vector 3DES2 CBC DESCBC.DAT
Symmetric Vector 3DES2 OFB DESOFB.DAT
Symmetric Vector 3DES2 CFB DESCFB.DAT
Symmetric Vector 3DES3 ECB DESECB.DAT
Symmetric Vector 3DES3 CBC DESCBC.DAT
Symmetric Vector 3DES3 OFB DESOFB.DAT
Symmetric Vector 3DES3 CFB DESCFB.DAT