/[mcrypt]/libmcrypt-nm/lib/tripledes.h
ViewVC logotype

Contents of /libmcrypt-nm/lib/tripledes.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Mon May 22 13:09:16 2000 UTC (23 years, 11 months ago) by nmav
Branch: MAIN, mcrypt
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain

1
2 typedef struct triple_des_key {
3 char kn[3][16][8];
4 word32 sp[3][8][64];
5
6 char iperm[16][16][8];
7 char fperm[16][16][8];
8
9 } TRIPLEDES_KEY;
10
11
12 void _mcrypt_3des_set_key(TRIPLEDES_KEY* dkey, char* user_key, int len);
13 void _mcrypt_3des_encrypt(TRIPLEDES_KEY *key, char* block);
14 void _mcrypt_3des_decrypt(TRIPLEDES_KEY* key, char* block);

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26