Searched refs:in_sec (Results 1 – 1 of 1) sorted by relevance
927 SecBuffer in_sec; in HttpAuthenticate() local928 in_sec.pvBuffer = const_cast<char *>(decoded_challenge.data()); in HttpAuthenticate()929 in_sec.cbBuffer = static_cast<unsigned long>(decoded_challenge.size()); in HttpAuthenticate()930 in_sec.BufferType = SECBUFFER_TOKEN; in HttpAuthenticate()935 in_buf_desc.pBuffers = &in_sec; in HttpAuthenticate()