Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/md5/
H A Dmd5.c93 typedef struct Algorithm_t { struct
102 } Algorithm_t; argument
105 static char *MDInput(const Algorithm_t *, FILE *, char *, bool);
107 static void MDTimeTrial(const Algorithm_t *);
108 static void MDTestSuite(const Algorithm_t *);
109 static void usage(const Algorithm_t *);
132 static const struct Algorithm_t Algorithm[] = {
765 MDOutput(const Algorithm_t *alg, char *p, const char *name) in MDOutput()
813 MDTimeTrial(const Algorithm_t *alg) in MDTimeTrial()
1000 MDTestSuite(const Algorithm_t *alg) in MDTestSuite()
[all …]