Searched refs:out_buf_desc (Results 1 – 1 of 1) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpcommon.cc | 890 SecBufferDesc out_buf_desc; in HttpAuthenticate() local 891 out_buf_desc.ulVersion = 0; in HttpAuthenticate() 892 out_buf_desc.cBuffers = 1; in HttpAuthenticate() 893 out_buf_desc.pBuffers = &out_sec; in HttpAuthenticate() 938 …tx, spn, flags, 0, SECURITY_NATIVE_DREP, &in_buf_desc, 0, &neg->ctx, &out_buf_desc, &ret_flags, &l… in HttpAuthenticate() 1013 …yContextA(&cred, 0, spn, flags, 0, SECURITY_NATIVE_DREP, 0, 0, &ctx, &out_buf_desc, &ret_flags, &l… in HttpAuthenticate() 1029 ret = CompleteAuthToken(&neg->ctx, &out_buf_desc); in HttpAuthenticate()
|