66 #include "../asn1/internal.h"
67 #include "../internal.h"
68 #include "../fipsmodule/digest/internal.h"
123 static const struct {
129 { {0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x04}, 8,
NID_md4 },
131 { {0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x05}, 8,
NID_md5 },
133 { {0x2b, 0x0e, 0x03, 0x02, 0x1a}, 5,
NID_sha1 },
135 { {0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01}, 9,
NID_sha256 },
137 { {0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02}, 9,
NID_sha384 },
139 { {0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03}, 9,
NID_sha512 },
141 { {0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04}, 9,
NID_sha224 },
238 if ((short_name && strcmp(short_name,
name) == 0) ||
239 (long_name && strcmp(long_name,
name) == 0)) {