Home | History | Annotate | Download | only in microhttpd

Lines Matching full:strlen

111   MD5Update (&md5, username, strlen (username));
113 MD5Update (&md5, realm, strlen (realm));
115 MD5Update (&md5, password, strlen (password));
122 MD5Update (&md5, nonce, strlen (nonce));
124 MD5Update (&md5, cnonce, strlen (cnonce));
161 MD5Update (&md5, method, strlen(method));
163 MD5Update (&md5, uri, strlen(uri));
171 MD5Update (&md5, hentity, strlen(hentity));
180 MD5Update (&md5, nonce, strlen(nonce));
184 MD5Update (&md5, noncecount, strlen(noncecount));
186 MD5Update (&md5, cnonce, strlen(cnonce));
188 MD5Update (&md5, qop, strlen(qop));
227 keylen = strlen (key);
256 len = strlen (q1) + 1;
371 if (0 != strncmp (header, _BASE, strlen (_BASE)))
373 header += strlen (_BASE);
417 MD5Update (&md5, method, strlen (method));
422 MD5Update (&md5, uri, strlen (uri));
424 MD5Update (&md5, realm, strlen (realm));
590 if (0 != strncmp(header, _BASE, strlen(_BASE)))
592 header += strlen (_BASE);
593 left = strlen (header);
604 left -= strlen ("username") + len;
616 left -= strlen ("realm") + len;
623 left -= strlen ("nonce") + len;
671 strlen (connection->url)))