Lines Matching defs:algorithm
26 const int algorithm;
35 .algorithm = NID_md4,
44 .algorithm = NID_md4,
53 .algorithm = NID_md4,
62 .algorithm = NID_md4,
71 .algorithm = NID_md4,
80 .algorithm = NID_md4,
91 .algorithm = NID_md4,
104 .algorithm = NID_md5,
113 .algorithm = NID_md5,
122 .algorithm = NID_md5,
131 .algorithm = NID_md5,
140 .algorithm = NID_md5,
149 .algorithm = NID_md5,
160 .algorithm = NID_md5,
178 md_hash_from_algorithm(int algorithm, const char **out_label,
181 switch (algorithm) {
195 fprintf(stderr, "FAIL: unknown algorithm (%d)\n",
196 algorithm);
234 if (!md_hash_from_algorithm(st->algorithm, &label, &md_func,