Searched refs:Algorithm_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sbin/md5/
H A Dmd5.c80 typedef struct Algorithm_t { struct
89 } Algorithm_t; typedef in typeref:struct:Algorithm_t
92 static void MDOutput(const Algorithm_t *, char *, char **);
93 static void MDTimeTrial(const Algorithm_t *);
94 static void MDTestSuite(const Algorithm_t *);
95 static char *MDFilter(const Algorithm_t *, char*, int);
96 static void usage(const Algorithm_t *);
118 static const struct Algorithm_t Algorithm[] = {
285 MDOutput(const Algorithm_t *alg, char *p, char *argv[])
316 MDTimeTrial(const Algorithm_t *al
[all...]

Completed in 64 milliseconds