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