OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_sec
(Results
1 - 1
of
1
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc
928
SecBuffer
in_sec
;
local
929
in_sec
.pvBuffer = const_cast<char *>(decoded_challenge.data());
930
in_sec
.cbBuffer = static_cast<unsigned long>(decoded_challenge.size());
931
in_sec
.BufferType = SECBUFFER_TOKEN;
936
in_buf_desc.pBuffers = &
in_sec
;
Completed in 1867 milliseconds