Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dschanneladapter.cc172 SecPkgCred_SupportedAlgs supported_algs = { 0 }; in BeginSSL() local
175 &supported_algs); in BeginSSL()
178 for (DWORD i=0; i<supported_algs.cSupportedAlgs; ++i) { in BeginSSL()
179 ALG_ID alg_id = supported_algs.palgSupportedAlgs[i]; in BeginSSL()
185 CSecBufferBase::FreeSSPI(supported_algs.palgSupportedAlgs); in BeginSSL()