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

/external/conscrypt/constants/src/gen/cpp/
H A Dgenerate_constants.cc68 CONST(SSL_OP_NO_TICKET);
/external/libmicrohttpd/src/microspdy/
H A Dio_openssl.c94 options = SSL_OP_NO_TICKET;
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeSsl.java21 import static org.conscrypt.NativeConstants.SSL_OP_NO_TICKET;
349 NativeCrypto.SSL_clear_options(ssl, this, SSL_OP_NO_TICKET);
352 ssl, this, NativeCrypto.SSL_get_options(ssl, this) | SSL_OP_NO_TICKET);
/external/boringssl/src/ssl/
H A Dt1_lib.cc911 SSL_get_options(ssl) & SSL_OP_NO_TICKET) {
953 // If |SSL_OP_NO_TICKET| is set then no extension will have been sent and
956 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0);
971 // If |SSL_OP_NO_TICKET| is set, |ticket_expected| should never be true.
972 assert((SSL_get_options(hs->ssl) & SSL_OP_NO_TICKET) == 0);
3383 if ((SSL_get_options(ssl) & SSL_OP_NO_TICKET) ||
H A Dssl_session.cc744 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) &&
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2458 #ifdef SSL_OP_NO_TICKET
2460 SSL_set_options(ssl, SSL_OP_NO_TICKET);
2462 SSL_clear_options(ssl, SSL_OP_NO_TICKET);
2463 #endif /* SSL_OP_NO_TICKET */
4469 #ifdef SSL_OP_NO_TICKET
4471 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
4473 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
4474 #endif /* SSL_OP_NO_TICKET */
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2458 #ifdef SSL_OP_NO_TICKET
2460 SSL_set_options(ssl, SSL_OP_NO_TICKET);
2462 SSL_clear_options(ssl, SSL_OP_NO_TICKET);
2463 #endif /* SSL_OP_NO_TICKET */
4469 #ifdef SSL_OP_NO_TICKET
4471 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
4473 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
4474 #endif /* SSL_OP_NO_TICKET */
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2458 #ifdef SSL_OP_NO_TICKET
2460 SSL_set_options(ssl, SSL_OP_NO_TICKET);
2462 SSL_clear_options(ssl, SSL_OP_NO_TICKET);
2463 #endif /* SSL_OP_NO_TICKET */
4469 #ifdef SSL_OP_NO_TICKET
4471 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
4473 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
4474 #endif /* SSL_OP_NO_TICKET */
/external/curl/lib/vtls/
H A Dopenssl.c2184 #ifdef SSL_OP_NO_TICKET
2185 ctx_options |= SSL_OP_NO_TICKET;
/external/boringssl/include/openssl/
H A Dssl.h636 // SSL_OP_NO_TICKET disables session ticket support (RFC 5077).
637 #define SSL_OP_NO_TICKET 0x00004000L macro
2000 // |SSL_OP_NO_TICKET|.
/external/boringssl/src/include/openssl/
H A Dssl.h636 // SSL_OP_NO_TICKET disables session ticket support (RFC 5077).
637 #define SSL_OP_NO_TICKET 0x00004000L macro
2000 // |SSL_OP_NO_TICKET|.
/external/python/cpython3/Modules/
H A D_ssl.c5369 PyModule_AddIntConstant(m, "OP_NO_TICKET", SSL_OP_NO_TICKET);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc6480 | 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 219 milliseconds