HomeSort by relevance Sort by last modified time
    Searched full:ssl_ (Results 1 - 24 of 24) sorted by null

  /external/conscrypt/common/src/jni/main/include/conscrypt/
scoped_ssl_bio.h 30 ScopedSslBio(SSL* ssl, BIO* rbio, BIO* wbio) : ssl_(ssl) {
31 SSL_set_bio(ssl_, rbio, wbio);
37 SSL_set_bio(ssl_, nullptr, nullptr);
41 SSL* const ssl_; member in class:conscrypt::ScopedSslBio
app_data.h 208 * Used to set the SSL-to-Java callback state before each SSL_*
  /external/webrtc/webrtc/base/
opensslstreamadapter.cc 306 ssl_(NULL),
381 const SSL_CIPHER* current_cipher = SSL_get_current_cipher(ssl_);
400 i = SSL_export_keying_material(ssl_, result, result_len, label.c_str(),
458 SSL_get_selected_srtp_profile(ssl_);
530 int code = SSL_write(ssl_, data, checked_cast<int>(data_len));
531 int ssl_error = SSL_get_error(ssl_, code);
591 int code = SSL_read(ssl_, data, checked_cast<int>(data_len));
592 int ssl_error = SSL_get_error(ssl_, code);
602 unsigned int pending = SSL_pending(ssl_);
640 int code = SSL_read(ssl_, buf, toread)
    [all...]
openssladapter.cc 285 ssl_(NULL), ssl_ctx_(NULL),
345 ssl_ = SSL_new(ssl_ctx_);
346 if (!ssl_) {
351 SSL_set_app_data(ssl_, this);
353 SSL_set_bio(ssl_, bio, bio);
354 SSL_set_mode(ssl_, SSL_MODE_ENABLE_PARTIAL_WRITE |
382 int code = SSL_connect(ssl_);
383 switch (SSL_get_error(ssl_, code)) {
385 if (!SSLPostConnectionCheck(ssl_, ssl_host_name_.c_str())) {
408 if (DTLSv1_get_timeout(ssl_, &timeout))
    [all...]
openssladapter.h 86 SSL* ssl_; member in class:rtc::OpenSSLAdapter
opensslstreamadapter.h 182 SSL* ssl_; member in class:rtc::OpenSSLStreamAdapter
  /external/libbrillo/brillo/streams/
tls_stream.cc 120 std::unique_ptr<SSL, decltype(&SSL_free)> ssl_{nullptr, SSL_free};
139 ssl_.reset();
150 int ret = SSL_read(ssl_.get(), buffer, size_int);
158 int err = SSL_get_error(ssl_.get(), ret);
187 int ret = SSL_write(ssl_.get(), buffer, size_int);
193 int err = SSL_get_error(ssl_.get(), ret);
217 int ret = SSL_shutdown(ssl_.get());
223 int err = SSL_get_error(ssl_.get(), ret);
253 if (is_read && SSL_pending(ssl_.get()) > 0) {
270 if (is_read && SSL_pending(ssl_.get()) > 0)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CipherSuite.java     [all...]
  /external/python/cpython2/Lib/ensurepip/_bundled/
pip-9.0.1-py2.py3-none-any.whl 
  /external/python/cpython3/Lib/ensurepip/_bundled/
pip-9.0.1-py2.py3-none-any.whl 
  /external/boringssl/src/
PORTING.md 305 In order to use buffers, the application code also needs to implement its own certificate verification using `SSL_[CTX_]set_custom_verify`. Otherwise all connections will fail with a verification error. Auto-chaining is also disabled when using buffers.
  /external/conscrypt/testing/src/main/java/org/conscrypt/
TestUtils.java 300 if (cipher.startsWith("SSL_") || cipher.startsWith("TLS_EMPTY")
  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptEngine.java 822 // do another SSL_* call later on in which we will produce an exception
    [all...]
  /external/python/cpython3/Lib/wsgiref/
handlers.py 31 return _is_request(k) or k.startswith('HTTP_') or k.startswith('SSL_') \
  /external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
StandardNames.java     [all...]
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java     [all...]
  /external/libevent/
ChangeLog 141 o be_openssl: clear all pending errors before SSL_*() calls (38e0f4a Azat Khuzhin)
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 

Completed in 317 milliseconds