/[mcrypt]/shash/src/shash.h
ViewVC logotype

Contents of /shash/src/shash.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Wed Oct 4 22:45:21 2000 UTC (23 years, 6 months ago) by nmav
Branch: shash, MAIN
CVS Tags: start, shash_0_2_6, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Included shash into the cvs

1 hashid check_algo(char *chain);
2 void view(char *desc, void *x, int sizeofx);
3 void *sumfile(char *filename, hashid algorithm, char *password, int plen);
4
5 int checkfile(char *filename, hashid algorithm, char *password, int plen, char* kmode);
6
7 void *hash_key ( char *key, int keylen);
8 void *Getpass(hashid algorithm, char *key, int* plen, void *pkey, char* kmode);
9 int check_hex(char *given_chain, int len);
10
11 int keygen_algorithm_is_ok(char* algo);
12 static char *bin2hex(const unsigned char *old, const size_t oldlen, size_t * newlen);
13 void hex2bin(void *src, void* dst,int sizeofsrc);
14 void *pass2key(hashid algorithm, char *kmode, int *keylen, void *password, int plen);
15 int find_keygen_algorithm(char *algo);

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26