Searched full:md5h (Results 1 – 1 of 1) sorted by relevance
1688 char md5h[EVP_MAX_MD_SIZE * 3];1698 SM_ASSERT((n * 3) + 2 < sizeof(md5h));1701 md5h[r * 3] = hexcodes[(md[r] & 0xf0) >> 4];1702 md5h[(r * 3) + 1] = hexcodes[(md[r] & 0x0f)];1703 md5h[(r * 3) + 2] = ':';1705 md5h[(n * 3) - 1] = '\0';1706 macdefine(mac, A_TEMP, macid(macro), md5h);