Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TICKET (Results 1 – 10 of 10) sorted by relevance

/external/conscrypt/src/gen/native/
Dgenerate_constants.cc83 CONST(SSL_OP_NO_TICKET); in main()
/external/libmicrohttpd/src/microspdy/
Dio_openssl.c94 options = SSL_OP_NO_TICKET; in SPDYF_openssl_init()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2235 #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/
Dt1_lib.c1044 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()
Dssl_session.c439 !(SSL_get_options(ssl) & SSL_OP_NO_TICKET) && in ssl_get_prev_session()
Dssl_lib.c285 ret->options |= SSL_OP_NO_TICKET; in SSL_CTX_new()
/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java591 NativeCrypto.SSL_clear_options(sslNativePointer, NativeConstants.SSL_OP_NO_TICKET); in setSSLParameters()
/external/curl/lib/vtls/
Dopenssl.c1803 #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/
Dssl.h550 #define SSL_OP_NO_TICKET 0x00004000L macro
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp8080 | SSL_OP_NO_TICKET