Searched refs:cipher_strengths (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dschanneladapter.cc162 SecPkgCred_CipherStrengths cipher_strengths = { 0 }; local
165 &cipher_strengths);
168 << cipher_strengths.dwMinimumCipherStrength << " - "
169 << cipher_strengths.dwMaximumCipherStrength;
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.cc145 SecPkgCred_CipherStrengths cipher_strengths = { 0 }; local
148 &cipher_strengths);
151 << cipher_strengths.dwMinimumCipherStrength << " - "
152 << cipher_strengths.dwMaximumCipherStrength;

Completed in 692 milliseconds