Home
last modified time | relevance | path

Searched refs:cups_auth_param (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dauth.c51 static const char *cups_auth_param(const char *scheme, const char *name, char *value, size_t valsiz…
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()
561 cups_auth_param(const char *scheme, /* I - Pointer to auth data */ in cups_auth_param() function
954 …E") && (schemedata = cups_auth_find(www_auth, "AuthRef")) != NULL && cups_auth_param(schemedata, "… in cups_local_auth()
1065 if (!cups_auth_param(schemedata, "trc", trc, sizeof(trc))) in cups_local_auth()