sbin/md5/md5.c
1018
usage(const Algorithm_t *alg)
sbin/md5/md5.c
104
static char *MDInput(const Algorithm_t *, FILE *, char *, bool);
sbin/md5/md5.c
105
static void MDOutput(const Algorithm_t *, char *, const char *);
sbin/md5/md5.c
106
static void MDTimeTrial(const Algorithm_t *);
sbin/md5/md5.c
107
static void MDTestSuite(const Algorithm_t *);
sbin/md5/md5.c
108
static void usage(const Algorithm_t *);
sbin/md5/md5.c
131
static const struct Algorithm_t Algorithm[] = {
sbin/md5/md5.c
683
MDInput(const Algorithm_t *alg, FILE *f, char *buf, bool tee)
sbin/md5/md5.c
764
MDOutput(const Algorithm_t *alg, char *p, const char *name)
sbin/md5/md5.c
812
MDTimeTrial(const Algorithm_t *alg)
sbin/md5/md5.c
999
MDTestSuite(const Algorithm_t *alg)