crypto/weakcrypto/test/trandom/testdata/des.dat
author MattD <mattd@symbian.org>
Mon, 14 Sep 2009 13:51:57 +0100
changeset 5 d938dcc0238a
parent 0 2c201484c85f
permissions -rw-r--r--
Added tag PDK_2.0.e for changeset 8e4b1aa36db9

+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