Searched refs:md5h (Results 1 – 1 of 1) sorted by relevance
1265 char md5h[EVP_MAX_MD_SIZE * 3]; local1268 SM_ASSERT((n * 3) + 2 < sizeof(md5h));1271 md5h[r * 3] = hexcodes[(md[r] & 0xf0) >> 4];1272 md5h[(r * 3) + 1] = hexcodes[(md[r] & 0x0f)];1273 md5h[(r * 3) + 2] = ':';1275 md5h[(n * 3) - 1] = '\0';1276 macdefine(mac, A_TEMP, macid("{cert_md5}"), md5h);