Home
last modified time | relevance | path

Searched refs:in_buf_desc (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpcommon.cc932 SecBufferDesc in_buf_desc; in HttpAuthenticate() local
933 in_buf_desc.ulVersion = 0; in HttpAuthenticate()
934 in_buf_desc.cBuffers = 1; in HttpAuthenticate()
935 in_buf_desc.pBuffers = &in_sec; in HttpAuthenticate()
937 …yContextA(&neg->cred, &neg->ctx, spn, flags, 0, SECURITY_NATIVE_DREP, &in_buf_desc, 0, &neg->ctx, … in HttpAuthenticate()