Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.cc426 SecBuffer in_sec; in HttpAuthenticate() local
427 in_sec.pvBuffer = const_cast<char*>(decoded_challenge.data()); in HttpAuthenticate()
428 in_sec.cbBuffer = static_cast<unsigned long>(decoded_challenge.size()); in HttpAuthenticate()
429 in_sec.BufferType = SECBUFFER_TOKEN; in HttpAuthenticate()
434 in_buf_desc.pBuffers = &in_sec; in HttpAuthenticate()