HomeSort by relevance Sort by last modified time
    Searched refs:SSL_shutdown (Results 1 - 25 of 31) sorted by null

1 2

  /external/libmicrohttpd/src/microhttpd/
connection_https.c 153 SSL_shutdown (connection->tls_session);
  /external/boringssl/src/ssl/
bio_ssl.cc 147 SSL_shutdown(ssl);
ssl_test.cc     [all...]
ssl_lib.cc     [all...]
  /external/libmicrohttpd/src/microspdy/
io_openssl.c 172 //SSL_shutdown sends TLS "close notify" as in TLS standard.
177 SSL_shutdown(session->io_context);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
TlsProcess.c 305 SSL_shutdown (TlsConn->Ssl);
  /external/libcups/cups/
tls-boringssl.c 434 switch (SSL_shutdown(http->tls))
  /external/curl/lib/
setup-vms.h 308 #define SSL_shutdown SSL_SHUTDOWN
  /external/libvncserver/libvncclient/
tls_openssl.c 290 SSL_shutdown (ssl);
  /system/netd/server/dns/
DnsTlsSocket.cpp 252 // TODO: Call SSL_shutdown before discarding the session if validation fails.
309 SSL_shutdown(mSsl.get());
  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeSsl.java 502 NativeCrypto.SSL_shutdown(ssl, this, fd, handshakeCallbacks);
NativeCrypto.java     [all...]
  /external/curl/lib/vtls/
cyassl.c 711 (void)SSL_shutdown(BACKEND->handle);
openssl.c     [all...]
  /external/libbrillo/brillo/streams/
tls_stream.cc 215 // here forever. We should rarely need to repeat SSL_shutdown anyway.
217 int ret = SSL_shutdown(ssl_.get());
235 LOG(ERROR) << "SSL_shutdown returned error #" << err;
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.c 801 SSL_shutdown(ssl);
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java 710 NativeCrypto.SSL_shutdown(ssl, null, fd, callback);
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 725 SSL_shutdown(ssl);
test_request_response.c 713 SSL_shutdown(ssl);
  /external/webrtc/webrtc/base/
opensslstreamadapter.cc 868 int ret = SSL_shutdown(ssl_);
870 LOG(LS_WARNING) << "SSL_shutdown failed, error = "
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 397 // SSL_shutdown shuts down |ssl|. On success, it completes in two stages. First,
400 // may stop at this point. For bi-directional shutdown, call |SSL_shutdown|
404 // |SSL_shutdown| will return 1 once close_notify is sent and skip 0. Callers
408 // |SSL_shutdown| returns -1 on failure. The caller should pass the return value
411 OPENSSL_EXPORT int SSL_shutdown(SSL *ssl);
414 // enabled, |SSL_shutdown| will not send a close_notify alert or wait for one
423 // |SSL_shutdown| will not send a close_notify alert or wait for one from the
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]

Completed in 790 milliseconds

1 2