Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.cc927 SecBuffer in_sec; in HttpAuthenticate() local
928 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()