ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
makehash.c File Reference
#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"
Include dependency graph for makehash.c:

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)

Detailed Description

Author
Bruce Guenter
Date
2005-01-11 20:06:27Z

Definition in file makehash.c.

Macro Definition Documentation

◆ data

#define data   ((unsigned char *) s->in)

Definition at line 45 of file makehash.c.

◆ end

#define end   ((unsigned char *) littleendian)

Definition at line 43 of file makehash.c.

◆ outdata

#define outdata   ((unsigned char *) s->out)

Definition at line 46 of file makehash.c.

◆ SURFPCS_LEN

#define SURFPCS_LEN   32

Definition at line 26 of file makehash.c.

◆ WHO

#define WHO   "makehash"

Definition at line 10 of file makehash.c.

Function Documentation

◆ makehash()

void makehash ( const char * indata,
unsigned int inlen,
char * hash )

Definition at line 104 of file makehash.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mkauthhash()

void mkauthhash ( const char * s,
unsigned int len,
char * h )

Definition at line 133 of file makehash.c.

Here is the call graph for this function:
Here is the caller graph for this function: