Annotation of truecrypt/common/volumes.h, revision 1.1

1.1     ! root        1: /* Copyright (C) 2004 TrueCrypt Team, truecrypt.org
        !             2:    This product uses components written by Paul Le Roux <[email protected]> */
        !             3: 
        !             4: /* Everything below this line is automatically updated by the -mkproto-tool- */
        !             5: 
        !             6: void _cdecl EncryptSector8 ( unsigned long *data , unsigned __int64 secNo , unsigned long noSectors , unsigned char *ks , unsigned char *iv , int cipher );
        !             7: void _cdecl DecryptSector8 ( unsigned long *data , unsigned __int64 secNo , unsigned long noSectors , unsigned char *ks , unsigned char *iv , int cipher );
        !             8: int _cdecl DecryptBuffer (unsigned char *buf, unsigned long len, unsigned char *ks, unsigned char *iv, int cipher);
        !             9: int _cdecl EncryptBuffer (unsigned char *buf, unsigned long len, unsigned char *ks, unsigned char *iv, int cipher);
        !            10: int VolumeReadHeader ( char *header , char *lpszPassword , PCRYPTO_INFO *retInfo );
        !            11: int VolumeWriteHeader ( char *header , int cipher , char *lpszPassword , int pkcs5 , char *masterKey, unsigned __int64 volumeCreationTime, PCRYPTO_INFO *retInfo );

unix.superglobalmegacorp.com

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