Annotation of truecrypt/common/pkcs5.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: 
        !             5: /* Everything below this line is automatically updated by the -mkproto-tool- */
        !             6: 
        !             7: void truncate (char *d1, char *d2, int len);
        !             8: void hmac_sha (char *k, int lk, char *d, int ld, char *out, int t);
        !             9: void derive_u_sha (char *pwd, int pwd_len, char *salt, int salt_len, int iterations, char *u, int b);
        !            10: void derive_sha_key (char *pwd, int pwd_len, char *salt, int salt_len, int iterations, char *dk, int dklen);
        !            11: void hmac_md5 (char *text, int text_len, char *key, int key_len, char *digest);
        !            12: void derive_u_md5 (char *pwd, int pwd_len, char *salt, int salt_len, int iterations, char *u, int b);
        !            13: void derive_md5_key (char *pwd, int pwd_len, char *salt, int salt_len, int iterations, char *dk, int dklen);
        !            14: BOOL test_hmac_sha1 (void);
        !            15: BOOL test_hmac_md5 (void);
        !            16: BOOL test_pkcs5 (void);
        !            17: int pkcs5main (void);

unix.superglobalmegacorp.com

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