MS_CHAP_RESPONSE_LEN
if ((result = malloc(1 + nlen + MS_CHAP_RESPONSE_LEN)) == NULL)
*digest++ = MS_CHAP_RESPONSE_LEN; /* 49 */
memcpy(digest + MS_CHAP_RESPONSE_LEN, name, nlen);