Home | History | Annotate | Download | only in cups

Lines Matching refs:authstring

150       DEBUG_printf(("2cupsDoAuthentication: authstring=\"%s\"",
151 http->authstring));
279 DEBUG_printf(("1cupsDoAuthentication: authstring=\"%s\"", http->authstring));
444 if ((http->authstring = malloc((size_t)authsize)) == NULL)
446 http->authstring = http->_authstring;
450 strlcpy(http->authstring, "Negotiate ", (size_t)authsize);
451 httpEncode64_2(http->authstring + 10, authsize - 10, output_token.value,
732 DEBUG_printf(("8cups_local_auth: Returning authstring=\"%s\"",
733 http->authstring));
779 DEBUG_printf(("8cups_local_auth: Returning authstring=\"%s\"",
780 http->authstring));
859 DEBUG_printf(("8cups_local_auth: Returning authstring=\"%s\"",
860 http->authstring));