Home
last modified time | relevance | path

Searched refs:SSL_shutdown (Results 1 – 11 of 11) sorted by relevance

/external/libvncserver/libvncclient/
Dtls_openssl.c265 SSL_shutdown (ssl); in open_ssl_connection()
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java684 NativeCrypto.SSL_shutdown(ssl, fd, callback); in afterHandshake()
2285 NativeCrypto.SSL_shutdown(sslSession, null, DUMMY_CB); in test_SSL_shutdown()
2297 NativeCrypto.SSL_shutdown(sslSession, INVALID_FD, null); in test_SSL_shutdown()
2305 NativeCrypto.SSL_shutdown(NULL, INVALID_FD, DUMMY_CB); in test_SSL_shutdown()
2312 NativeCrypto.SSL_shutdown(sslSession, INVALID_FD, DUMMY_CB); in test_SSL_shutdown()
/external/boringssl/src/crypto/err/
Dssl.errordata48 SSL,function,137,SSL_shutdown
/external/libvncserver/x11vnc/
Dsslhelper.c2436 SSL_shutdown(ssl); in ssl_xfer()
2482 SSL_shutdown(ssl); in ssl_xfer()
2532 SSL_shutdown(ssl); in ssl_xfer()
3704 SSL_shutdown(ssl); in accept_openssl()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLSocketImpl.java1132 NativeCrypto.SSL_shutdown(sslNativePointer, Platform.getFileDescriptor(socket), in shutdownAndFreeSslNative()
DNativeCrypto.java1136 public static native void SSL_shutdown(long sslNativePointer, in SSL_shutdown() method in NativeCrypto
/external/boringssl/src/ssl/test/
Dbssl_shim.cc954 SSL_shutdown(ssl.get()); in DoExchange()
/external/boringssl/src/ssl/
Dssl_lib.c924 int SSL_shutdown(SSL *s) { in SSL_shutdown() function
931 OPENSSL_PUT_ERROR(SSL, SSL_shutdown, SSL_R_UNINITIALIZED); in SSL_shutdown()
/external/boringssl/src/include/openssl/
Dssl.h2071 OPENSSL_EXPORT int SSL_shutdown(SSL *s);
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1151 SSL_shutdown(conn->ssl); in tls_connection_shutdown()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp10298 int ret = SSL_shutdown(ssl);
10373 int ret = SSL_shutdown(ssl);
10860 NATIVE_METHOD(NativeCrypto, SSL_shutdown, "(J" FILE_DESCRIPTOR SSL_CALLBACKS ")V"),