Classes | Namespaces | Defines

DESCrypter.h File Reference

#include <zeusbase/Security/AbstractCrypter.h>

Go to the source code of this file.

Classes

class  zeus::TDESCrypter
struct  zeus::TDESCrypter::TypeDES_CTX
struct  zeus::TDESCrypter::TypeTripleDES_CTX

Namespaces

namespace  zeus

Defines

#define encryptWithDES(ctx, from, to)   cryptWithDES(ctx, from, to, 0)
#define decryptWithDES(ctx, from, to)   cryptWithDES(ctx, from, to, 1)
#define encryptWithTripleDES(ctx, from, to)   cryptWithTripleDES(ctx,from,to,0)
#define decryptWithTripleDES(ctx, from, to)   cryptWithTripleDES(ctx,from,to,1)

Define Documentation

#define decryptWithDES (   ctx,
  from,
  to 
)    cryptWithDES(ctx, from, to, 1)
#define decryptWithTripleDES (   ctx,
  from,
  to 
)    cryptWithTripleDES(ctx,from,to,1)
#define encryptWithDES (   ctx,
  from,
  to 
)    cryptWithDES(ctx, from, to, 0)
#define encryptWithTripleDES (   ctx,
  from,
  to 
)    cryptWithTripleDES(ctx,from,to,0)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Written by Benjamin Hadorn http://www.xatlantis.ch.
Last change made on Sun Jan 22 2012 15:28:19