|
ezmlmx 0.69
ezmlmx
|
#include "stralloc.h"#include "byte.h"#include "surf.h"#include "uint_t.h"#include "makehash.h"#include "idx.h"#include "errtxt.h"#include "logmsg.h"
Go to the source code of this file.
Data Structures | |
| struct | surfpcs |
Macros | |
| #define | WHO "makehash" |
| #define | SURFPCS_LEN 32 |
| #define | end ((unsigned char *) littleendian) |
| #define | data ((unsigned char *) s->in) |
| #define | outdata ((unsigned char *) s->out) |
Functions | |
| void | makehash (const char *indata, unsigned int inlen, char *hash) |
| void | mkauthhash (const char *s, unsigned int len, char *h) |
Definition in file makehash.c.
| #define data ((unsigned char *) s->in) |
Definition at line 45 of file makehash.c.
| #define end ((unsigned char *) littleendian) |
Definition at line 43 of file makehash.c.
| #define outdata ((unsigned char *) s->out) |
Definition at line 46 of file makehash.c.
| #define SURFPCS_LEN 32 |
Definition at line 26 of file makehash.c.
| #define WHO "makehash" |
Definition at line 10 of file makehash.c.
| void makehash | ( | const char * | indata, |
| unsigned int | inlen, | ||
| char * | hash ) |
Definition at line 104 of file makehash.c.


| void mkauthhash | ( | const char * | s, |
| unsigned int | len, | ||
| char * | h ) |
Definition at line 133 of file makehash.c.

