|
|
1.1.1.4 root 1: /*
1.1.1.6 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.7 ! root 8: by the TrueCrypt License 2.5 the full text of which is contained in the
1.1.1.6 root 9: file License.txt included in TrueCrypt binary and source code distribution
1.1.1.4 root 10: packages. */
1.1 root 11:
1.1.1.6 root 12: #ifdef __cplusplus
13: extern "C" {
14: #endif
15:
1.1 root 16: extern unsigned char ks_tmp[MAX_EXPANDED_KEY];
17:
18: void CipherInit2(int cipher, void* key, void* ks, int key_len);
19: BOOL Des56TestLoop ( void *test_vectors , int nVectorCount , int enc );
1.1.1.6 root 20: BOOL test_hmac_sha512 (void);
1.1 root 21: BOOL test_hmac_sha1 (void);
22: BOOL test_hmac_ripemd160 (void);
23: BOOL test_hmac_whirlpool (void);
24: BOOL test_pkcs5 (void);
25: BOOL TestSectorBufEncryption ();
1.1.1.6 root 26: BOOL TestLegacySectorBufEncryption ();
1.1 root 27: BOOL AutoTestAlgorithms (void);
1.1.1.6 root 28:
29: #ifdef __cplusplus
30: }
31: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.