Searched refs:authsize (Results 1 – 1 of 1) sorted by relevance
449 int authsize = 10 + /* "Negotiate " */ in _cupsSetNegotiateAuthString() local455 if ((http->authstring = malloc((size_t)authsize)) == NULL) in _cupsSetNegotiateAuthString()458 authsize = sizeof(http->_authstring); in _cupsSetNegotiateAuthString()461 strlcpy(http->authstring, "Negotiate ", (size_t)authsize); in _cupsSetNegotiateAuthString()462 httpEncode64_2(http->authstring + 10, authsize - 10, output_token.value, in _cupsSetNegotiateAuthString()