os/security/crypto/weakcrypto/test/trandom/testdata/3des.dat
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200 (2012-06-15)
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
+C This file contains the central script for DES test vectors
sl@0
     2
+C The format is:
sl@0
     3
+C AlgorithmType TestType Algorithm (Variant) (File)
sl@0
     4
+C 
sl@0
     5
+C Where:
sl@0
     6
+C AlgorithmType is Symmetric, Asymmetric or Padding
sl@0
     7
+C TestType is Function, Vector, OOM, Error, Performance, Problem or UnfixedProblem
sl@0
     8
+C Algorithm is DES, RC2, RC4, RSA etc 
sl@0
     9
+C Variant (where applicable) is CFB, OFB, CBC or ECB
sl@0
    10
+C File is the name of the file where the known vectors can be found
sl@0
    11
+C
sl@0
    12
Symmetric Vector DES ECB DESECB.DAT
sl@0
    13
Symmetric Vector DES CBC DESCBC.DAT
sl@0
    14
Symmetric Vector DES OFB DESOFB.DAT
sl@0
    15
Symmetric Vector DES CFB DESCFB.DAT
sl@0
    16
Symmetric Vector 3DES ECB DESECB.DAT
sl@0
    17
Symmetric Vector 3DES CBC DESCBC.DAT
sl@0
    18
Symmetric Vector 3DES OFB DESOFB.DAT
sl@0
    19
Symmetric Vector 3DES CFB DESCFB.DAT