Searched refs:decoded_challenge (Results 1 – 1 of 1) sorted by relevance
923 std::string challenge, decoded_challenge; in HttpAuthenticate() local926 &decoded_challenge, NULL)) { in HttpAuthenticate()928 in_sec.pvBuffer = const_cast<char *>(decoded_challenge.data()); in HttpAuthenticate()929 in_sec.cbBuffer = static_cast<unsigned long>(decoded_challenge.size()); in HttpAuthenticate()