Searched refs:decoded_challenge (Results 1 – 1 of 1) sorted by relevance
422 std::string challenge, decoded_challenge; in HttpAuthenticate() local424 Base64::Decode(challenge, Base64::DO_STRICT, &decoded_challenge, in HttpAuthenticate()427 in_sec.pvBuffer = const_cast<char*>(decoded_challenge.data()); in HttpAuthenticate()428 in_sec.cbBuffer = static_cast<unsigned long>(decoded_challenge.size()); in HttpAuthenticate()