Home | History | Annotate | Download | only in src

Lines Matching refs:nlen

133   size_t nlen, klen;
135 nlen = strlen(name);
144 if ((result = malloc(1 + nlen + MS_CHAP_RESPONSE_LEN)) == NULL)
149 memcpy(digest + MS_CHAP_RESPONSE_LEN, name, nlen);
191 if ((result = malloc(1 + nlen + CHAP81_RESPONSE_LEN)) == NULL)
194 memset(result, 0, 1 + nlen + CHAP81_RESPONSE_LEN);
228 memcpy(digest + CHAP81_RESPONSE_LEN, name, nlen);
231 if ((result = malloc(nlen + 17)) != NULL) {
244 memcpy(digest + 16, name, nlen);
699 size_t nlen;
852 nlen = strlen(name);
881 key = auth_GetSecret(name, nlen);