CHAP81_RESPONSE_LEN
if ((result = malloc(1 + nlen + CHAP81_RESPONSE_LEN)) == NULL)
memset(result, 0, 1 + nlen + CHAP81_RESPONSE_LEN);
*digest++ = CHAP81_RESPONSE_LEN; /* value size */
memcpy(digest + CHAP81_RESPONSE_LEN, name, nlen);