Searched refs:in_sec (Results 1 – 1 of 1) sorted by relevance
426 SecBuffer in_sec; in HttpAuthenticate() local427 in_sec.pvBuffer = const_cast<char*>(decoded_challenge.data()); in HttpAuthenticate()428 in_sec.cbBuffer = static_cast<unsigned long>(decoded_challenge.size()); in HttpAuthenticate()429 in_sec.BufferType = SECBUFFER_TOKEN; in HttpAuthenticate()434 in_buf_desc.pBuffers = &in_sec; in HttpAuthenticate()