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

  /external/chromium_org/third_party/webrtc/base/
sslstreamadapterhelper.h 84 SSL_CLOSED // Clean close
opensslstreamadapter.h 48 // SSL error, and it has an explicit SSL_CLOSED state. It should not
114 SSL_CLOSED // Clean close
162 int ssl_error_code_; // valid when state_ == SSL_ERROR or SSL_CLOSED
sslstreamadapterhelper.cc 107 ASSERT(state_ == SSL_CLOSED || state_ == SSL_ERROR);
opensslstreamadapter.cc 351 case SSL_CLOSED:
409 case SSL_CLOSED:
495 ASSERT(state_ == SSL_CLOSED || state_ == SSL_ERROR);
693 state_ = SSL_CLOSED;
nssstreamadapter.cc 599 state_ = SSL_CLOSED;
625 case SSL_CLOSED:
674 case SSL_CLOSED:

Completed in 58 milliseconds