Annotation of truecrypt/common/cache.h, revision 1.1.1.15

1.1.1.9   root        1: /*
1.1.1.11  root        2:  Legal Notice: Some portions of the source code contained in this file were
                      3:  derived from the source code of Encryption for the Masses 2.02a, which is
                      4:  Copyright (c) 1998-2000 Paul Le Roux and which is governed by the 'License
                      5:  Agreement for Encryption for the Masses'. Modifications and additions to
                      6:  the original source code (contained in this file) and all other portions of
                      7:  this file are Copyright (c) 2003-2008 TrueCrypt Foundation and are governed
1.1.1.15! root        8:  by the TrueCrypt License 2.7 the full text of which is contained in the
1.1.1.11  root        9:  file License.txt included in TrueCrypt binary and source code distribution
1.1.1.9   root       10:  packages. */
1.1       root       11: 
1.1.1.6   root       12: #include "Common.h"
                     13: 
                     14: #ifndef CACHE_SIZE
                     15: /* WARNING: Changing this value might not be safe (some items may be hard coded for 4)! Inspection necessary. */
                     16: #define CACHE_SIZE 4   
                     17: #endif
1.1       root       18: 
1.1.1.6   root       19: extern int cacheEmpty;
1.1       root       20: 
1.1.1.14  root       21: void AddPasswordToCache (Password *password);
                     22: int ReadVolumeHeaderWCache (BOOL bBoot, BOOL bCache, char *header, Password *password, PCRYPTO_INFO *retInfo);
1.1       root       23: void WipeCache (void);

unix.superglobalmegacorp.com

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