sbin/md5/md5.c
1028
MDTestSuite(const Algorithm_t *alg)
sbin/md5/md5.c
1047
usage(const Algorithm_t *alg)
sbin/md5/md5.c
105
static char *MDInput(const Algorithm_t *, FILE *, char *, bool);
sbin/md5/md5.c
106
static void MDOutput(const Algorithm_t *, char *, const char *);
sbin/md5/md5.c
107
static void MDTimeTrial(const Algorithm_t *);
sbin/md5/md5.c
108
static void MDTestSuite(const Algorithm_t *);
sbin/md5/md5.c
109
static void usage(const Algorithm_t *);
sbin/md5/md5.c
132
static const struct Algorithm_t Algorithm[] = {
sbin/md5/md5.c
708
MDInput(const Algorithm_t *alg, FILE *f, char *buf, bool tee)
sbin/md5/md5.c
789
MDOutput(const Algorithm_t *alg, char *p, const char *name)
sbin/md5/md5.c
841
MDTimeTrial(const Algorithm_t *alg)