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