Lines Matching refs:schemedata
120 *schemedata; /* Scheme-specific data */ in cupsDoAuthentication() local
175 …for (schemedata = cups_auth_scheme(www_auth, scheme, sizeof(scheme)); schemedata; schemedata = cup… in cupsDoAuthentication()
219 if (cups_auth_param(schemedata, "username", default_username, sizeof(default_username))) in cupsDoAuthentication()
270 cups_auth_param(schemedata, "algorithm", http->algorithm, sizeof(http->algorithm)); in cupsDoAuthentication()
271 cups_auth_param(schemedata, "opaque", http->opaque, sizeof(http->opaque)); in cupsDoAuthentication()
272 cups_auth_param(schemedata, "nonce", nonce, sizeof(nonce)); in cupsDoAuthentication()
273 cups_auth_param(schemedata, "realm", http->realm, sizeof(http->realm)); in cupsDoAuthentication()
916 *schemedata; /* Data for the named auth scheme */ in cups_local_auth()
954 …!getenv("GATEWAY_INTERFACE") && (schemedata = cups_auth_find(www_auth, "AuthRef")) != NULL && cups… in cups_local_auth()
1047 if ((schemedata = cups_auth_find(www_auth, "Local")) == NULL) in cups_local_auth()
1065 if (!cups_auth_param(schemedata, "trc", trc, sizeof(trc))) in cups_local_auth()