crypto/weakcryptospi/test/trandom/testdata/3des.dat
author savpatil@2INL09984
Thu, 08 Oct 2009 14:59:39 +0530 (2009-10-08)
changeset 11 9d767430696e
parent 8 35751d3474b7
child 85 1efb81185f1c
permissions -rw-r--r--
Merged in changes from the tip of RCL_1 branch which includes fixes for Bug 284, Bug 383, Bug 287. These were wiped out from when the S^3 code drop came in.
+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 3DES ECB DESECB.DAT
Symmetric Vector 3DES CBC DESCBC.DAT
Symmetric Vector 3DES OFB DESOFB.DAT
Symmetric Vector 3DES CFB DESCFB.DAT