HomeSort by relevance Sort by last modified time
    Searched refs:cipher_info (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/socket/
ssl_client_socket_win.cc 454 SecPkgContext_CipherInfo cipher_info = { SECPKGCONTEXT_CIPHERINFO_V1 }; local
456 &ctxt_, SECPKG_ATTR_CIPHER_INFO, &cipher_info);
458 // TODO(wtc): find out what the cipher_info.dwBaseCipherSuite field is.
460 (cipher_info.dwCipherSuite & SSL_CONNECTION_CIPHERSUITE_MASK) <<
462 // SChannel doesn't support TLS compression, so cipher_info doesn't have
    [all...]
ssl_client_socket_nss.cc 529 SSLCipherSuiteInfo cipher_info; local
531 &cipher_info, sizeof(cipher_info));
533 ssl_info->security_bits = cipher_info.effectiveKeyBits;
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_nss.cc 2817 SSLCipherSuiteInfo cipher_info; local
    [all...]

Completed in 57 milliseconds