AlcapDAQ
1
|
Go to the source code of this file.
Macros | |
#define | MD 5 |
#define | TEST_BLOCK_LEN 1000 |
#define | TEST_BLOCK_COUNT 1000 |
#define | MD5_CTX MD5_CTX |
#define | MDInit MD5Init |
#define | MDUpdate MD5Update |
#define | MDFinal MD5Final |
Functions | |
static void MDString | PROTO_LIST ((char *)) |
static void MDTimeTrial | PROTO_LIST ((void)) |
static void MDPrint | PROTO_LIST ((unsigned char[16])) |
int | main (int argc, argv) |
static void | MDString (char *string) |
static void | MDTimeTrial () |
static void | MDTestSuite () |
static void | MDFile (char *filename) |
static void | MDFilter () |
static void | MDPrint (digest) |
#define MD 5 |
Definition at line 20 of file mddriver.c.
Referenced by MDFile(), MDString(), MDTestSuite(), and MDTimeTrial().
Definition at line 62 of file mddriver.c.
#define MDFinal MD5Final |
Definition at line 65 of file mddriver.c.
Referenced by MDFile(), MDFilter(), MDString(), and MDTimeTrial().
#define MDInit MD5Init |
Definition at line 63 of file mddriver.c.
Referenced by MDFile(), MDFilter(), MDString(), and MDTimeTrial().
#define MDUpdate MD5Update |
Definition at line 64 of file mddriver.c.
Referenced by MDFile(), MDFilter(), MDString(), and MDTimeTrial().
#define TEST_BLOCK_COUNT 1000 |
Definition at line 40 of file mddriver.c.
Referenced by MDTimeTrial().
#define TEST_BLOCK_LEN 1000 |
Definition at line 39 of file mddriver.c.
Referenced by MDTimeTrial().
int main | ( | int | argc, |
argv | |||
) |
Definition at line 77 of file mddriver.c.
References i, MDFile(), MDFilter(), MDString(), MDTestSuite(), and MDTimeTrial().
|
static |
|
static |
|
static |
Definition at line 222 of file mddriver.c.
Referenced by MDFile(), MDFilter(), MDString(), and MDTimeTrial().
|
static |
Definition at line 102 of file mddriver.c.
References MD, MDFinal, MDInit, MDPrint(), MDUpdate, and printf().
Referenced by main(), and MDTestSuite().
|
static |
Definition at line 160 of file mddriver.c.
References MD, MDString(), and printf().
Referenced by main().
|
static |
Definition at line 121 of file mddriver.c.
References i, MD, MDFinal, MDInit, MDPrint(), MDUpdate, printf(), TEST_BLOCK_COUNT, TEST_BLOCK_LEN, and time.
Referenced by main().
|
static |
|
static |
|
static |