/external/conscrypt/src/gen/native/ |
D | generate_constants.cc | 83 CONST(SSL_OP_NO_TICKET); in main()
|
/external/libmicrohttpd/src/microspdy/ |
D | io_openssl.c | 94 options = SSL_OP_NO_TICKET; in SPDYF_openssl_init()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2235 #ifdef SSL_OP_NO_TICKET in tls_set_conn_flags() 2237 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 2240 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 4120 #ifdef SSL_OP_NO_TICKET in tls_global_set_params() 4122 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params() 4125 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
|
/external/boringssl/src/ssl/ |
D | t1_lib.c | 1044 if (SSL_get_options(ssl) & SSL_OP_NO_TICKET) { in ext_ticket_add_clienthello() 1084 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0); in ext_ticket_parse_serverhello() 1108 assert((SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0); in ext_ticket_add_serverhello()
|
D | ssl_session.c | 439 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) && in ssl_get_prev_session()
|
D | ssl_lib.c | 285 ret->options |= SSL_OP_NO_TICKET; in SSL_CTX_new()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | SSLParametersImpl.java | 591 NativeCrypto.SSL_clear_options(sslNativePointer, NativeConstants.SSL_OP_NO_TICKET); in setSSLParameters()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1803 #ifdef SSL_OP_NO_TICKET in ossl_connect_step1() 1804 ctx_options |= SSL_OP_NO_TICKET; in ossl_connect_step1()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 550 #define SSL_OP_NO_TICKET 0x00004000L macro
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 8080 | SSL_OP_NO_TICKET
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |