Searched refs:SSL_OP_NO_TICKET (Results 1 - 19 of 19) sorted by relevance

/external/conscrypt/src/gen/native/
H A Dgenerate_constants.cc83 CONST(SSL_OP_NO_TICKET);
/external/libmicrohttpd/src/microspdy/
H A Dio_openssl.c94 options = SSL_OP_NO_TICKET;
/external/boringssl/src/ssl/
H A Dssl_session.c439 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) &&
H A Dt1_lib.c1044 if (SSL_get_options(ssl) & SSL_OP_NO_TICKET) {
1081 /* If |SSL_OP_NO_TICKET| is set then no extension will have been sent and
1084 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0);
1106 /* If |SSL_OP_NO_TICKET| is set, |tlsext_ticket_expected| should never be
1108 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0);
H A Dssl_lib.c285 ret->options |= SSL_OP_NO_TICKET;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2235 #ifdef SSL_OP_NO_TICKET
2237 SSL_set_options(ssl, SSL_OP_NO_TICKET);
2240 SSL_clear_options(ssl, SSL_OP_NO_TICKET);
2242 #endif /* SSL_OP_NO_TICKET */
4120 #ifdef SSL_OP_NO_TICKET
4122 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
4125 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
4127 #endif /* SSL_OP_NO_TICKET */
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2235 #ifdef SSL_OP_NO_TICKET
2237 SSL_set_options(ssl, SSL_OP_NO_TICKET);
2240 SSL_clear_options(ssl, SSL_OP_NO_TICKET);
2242 #endif /* SSL_OP_NO_TICKET */
4120 #ifdef SSL_OP_NO_TICKET
4122 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
4125 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
4127 #endif /* SSL_OP_NO_TICKET */
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2235 #ifdef SSL_OP_NO_TICKET
2237 SSL_set_options(ssl, SSL_OP_NO_TICKET);
2240 SSL_clear_options(ssl, SSL_OP_NO_TICKET);
2242 #endif /* SSL_OP_NO_TICKET */
4120 #ifdef SSL_OP_NO_TICKET
4122 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
4125 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
4127 #endif /* SSL_OP_NO_TICKET */
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLParametersImpl.java591 NativeCrypto.SSL_clear_options(sslNativePointer, NativeConstants.SSL_OP_NO_TICKET);
/external/curl/lib/vtls/
H A Dopenssl.c1803 #ifdef SSL_OP_NO_TICKET
1804 ctx_options |= SSL_OP_NO_TICKET;
/external/boringssl/include/openssl/
H A Dssl.h549 /* SSL_OP_NO_TICKET disables session ticket support (RFC 5077). */
550 #define SSL_OP_NO_TICKET 0x00004000L macro
1722 * |SSL_OP_NO_TICKET|.
/external/boringssl/src/include/openssl/
H A Dssl.h549 /* SSL_OP_NO_TICKET disables session ticket support (RFC 5077). */
550 #define SSL_OP_NO_TICKET 0x00004000L macro
1722 * |SSL_OP_NO_TICKET|.
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8080 | SSL_OP_NO_TICKET
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
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 322 milliseconds