#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) |