Searched refs:SSL_shutdown (Results 1 – 11 of 11) sorted by relevance
/external/libvncserver/libvncclient/ |
D | tls_openssl.c | 265 SSL_shutdown (ssl); in open_ssl_connection()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 684 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/ |
D | ssl.errordata | 48 SSL,function,137,SSL_shutdown
|
/external/libvncserver/x11vnc/ |
D | sslhelper.c | 2436 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/ |
D | OpenSSLSocketImpl.java | 1132 NativeCrypto.SSL_shutdown(sslNativePointer, Platform.getFileDescriptor(socket), in shutdownAndFreeSslNative()
|
D | NativeCrypto.java | 1136 public static native void SSL_shutdown(long sslNativePointer, in SSL_shutdown() method in NativeCrypto
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 954 SSL_shutdown(ssl.get()); in DoExchange()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 924 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/ |
D | ssl.h | 2071 OPENSSL_EXPORT int SSL_shutdown(SSL *s);
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1151 SSL_shutdown(conn->ssl); in tls_connection_shutdown()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 10298 int ret = SSL_shutdown(ssl); 10373 int ret = SSL_shutdown(ssl); 10860 NATIVE_METHOD(NativeCrypto, SSL_shutdown, "(J" FILE_DESCRIPTOR SSL_CALLBACKS ")V"),
|