Annotation of truecrypt/crypto/des.h, revision 1.1.1.8

1.1.1.4   root        1: /* Deprecated/legacy */
                      2: 
1.1.1.8 ! root        3: 
1.1.1.7   root        4: #ifndef HEADER_Crypto_DES
                      5: #define HEADER_Crypto_DES
1.1       root        6: 
                      7: #ifdef  __cplusplus
                      8: extern "C" {
                      9: #endif
                     10: 
1.1.1.7   root       11: typedef struct TRIPLE_DES_KEY_STRUCT
                     12: {
                     13:        unsigned __int32 k1[32];
                     14:        unsigned __int32 k2[32];
                     15:        unsigned __int32 k3[32];
                     16:        unsigned __int32 k1d[32];
                     17:        unsigned __int32 k2d[32];
                     18:        unsigned __int32 k3d[32];
                     19: } TDES_KEY;
1.1       root       20: 
1.1.1.7   root       21: void TripleDesEncrypt (byte *inBlock, byte *outBlock, TDES_KEY *key, int encrypt);
                     22: void TripleDesSetKey (const byte *userKey, unsigned int length, TDES_KEY *ks);
1.1       root       23: 
                     24: #ifdef  __cplusplus
                     25: }
                     26: #endif
                     27: 
1.1.1.7   root       28: #endif // HEADER_Crypto_DES

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.