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

  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h 62 // SSL error, and it has an explicit SSL_CLOSED state. It should not
103 SSL_CLOSED // Clean close
146 int ssl_error_code_; // valid when state_ == SSL_ERROR or SSL_CLOSED
opensslstreamadapter.cc 224 case SSL_CLOSED:
281 case SSL_CLOSED:
331 ASSERT(state_ == SSL_CLOSED || state_ == SSL_ERROR);
508 state_ = SSL_CLOSED;

Completed in 83 milliseconds