Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.cc889 SecBufferDesc out_buf_desc; in HttpAuthenticate() local
890 out_buf_desc.ulVersion = 0; in HttpAuthenticate()
891 out_buf_desc.cBuffers = 1; in HttpAuthenticate()
892 out_buf_desc.pBuffers = &out_sec; in HttpAuthenticate()
937 …tx, spn, flags, 0, SECURITY_NATIVE_DREP, &in_buf_desc, 0, &neg->ctx, &out_buf_desc, &ret_flags, &l… in HttpAuthenticate()
1014 …yContextA(&cred, 0, spn, flags, 0, SECURITY_NATIVE_DREP, 0, 0, &ctx, &out_buf_desc, &ret_flags, &l… in HttpAuthenticate()
1030 ret = CompleteAuthToken(&neg->ctx, &out_buf_desc); in HttpAuthenticate()