Searched refs:SSL_SENT_SHUTDOWN (Results 1 - 10 of 10) sorted by relevance

/external/conscrypt/src/gen/native/
H A Dgenerate_constants.cc90 CONST(SSL_SENT_SHUTDOWN);
/external/boringssl/src/ssl/
H A Dssl_lib.c628 if (ssl->shutdown & SSL_SENT_SHUTDOWN) {
655 ssl->shutdown = SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN;
659 if (!(ssl->shutdown & SSL_SENT_SHUTDOWN)) {
660 ssl->shutdown |= SSL_SENT_SHUTDOWN;
685 if (ssl->shutdown == (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN) &&
H A Ds3_pkt.c625 if (ssl->shutdown & SSL_SENT_SHUTDOWN) {
H A Dssl_session.c649 if (ssl->session != NULL && !(ssl->shutdown & SSL_SENT_SHUTDOWN) &&
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLEngineImpl.java335 & NativeConstants.SSL_SENT_SHUTDOWN) != 0;
/external/curl/lib/vtls/
H A Dopenssl.c975 case SSL_SENT_SHUTDOWN:
976 infof(data, "SSL_get_shutdown() returned SSL_SENT_SHUTDOWN\n");
981 case SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN:
982 infof(data, "SSL_get_shutdown() returned SSL_SENT_SHUTDOWN|"
/external/boringssl/include/openssl/
H A Dssl.h2850 #define SSL_SENT_SHUTDOWN 1 macro
2853 /* SSL_get_shutdown returns a bitmask with a subset of |SSL_SENT_SHUTDOWN| and
/external/boringssl/src/include/openssl/
H A Dssl.h2850 #define SSL_SENT_SHUTDOWN 1 macro
2853 /* SSL_get_shutdown returns a bitmask with a subset of |SSL_SENT_SHUTDOWN| and
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 66 milliseconds