Home | History | Annotate | Download | only in microhttpd

Lines Matching full:auth

138  * @param qop qop-value: "", "auth" or "auth-int"
141 * @param hentity H(entity body) if qop="auth-int"
165 if (0 == strcasecmp(qop, "auth-int"))
168 not support auth-int. */
393 * @param realm A string of characters that describes the realm of auth.
573 char qop[15]; /* auth,auth-int */
576 const char *hentity = NULL; /* "auth-int" is not supported */
643 "Failed to allocate memory for auth header processing\n");
725 ( (0 != strcmp (qop, "auth")) &&
829 "Digest realm=\"%s\",qop=\"auth\",nonce=\"%s\",opaque=\"%s\"%s",
844 "Failed to allocate memory for auth response header\n");
851 "Digest realm=\"%s\",qop=\"auth\",nonce=\"%s\",opaque=\"%s\"%s",