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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c3265 #ifdef SSL_OP_NO_TICKET
3267 SSL_set_options(conn->ssl, SSL_OP_NO_TICKET);
3270 SSL_clear_options(conn->ssl, SSL_OP_NO_TICKET);
3272 #endif /* SSL_OP_NO_TICKET */
3331 #ifdef SSL_OP_NO_TICKET
3333 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
3336 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
3338 #endif /* SSL_OP_NO_TICKET */
3462 #ifdef SSL_OP_NO_TICKET
3488 #else /* SSL_OP_NO_TICKET */
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c3265 #ifdef SSL_OP_NO_TICKET
3267 SSL_set_options(conn->ssl, SSL_OP_NO_TICKET);
3270 SSL_clear_options(conn->ssl, SSL_OP_NO_TICKET);
3272 #endif /* SSL_OP_NO_TICKET */
3331 #ifdef SSL_OP_NO_TICKET
3333 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
3336 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
3338 #endif /* SSL_OP_NO_TICKET */
3462 #ifdef SSL_OP_NO_TICKET
3488 #else /* SSL_OP_NO_TICKET */
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c3265 #ifdef SSL_OP_NO_TICKET
3267 SSL_set_options(conn->ssl, SSL_OP_NO_TICKET);
3270 SSL_clear_options(conn->ssl, SSL_OP_NO_TICKET);
3272 #endif /* SSL_OP_NO_TICKET */
3331 #ifdef SSL_OP_NO_TICKET
3333 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
3336 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
3338 #endif /* SSL_OP_NO_TICKET */
3462 #ifdef SSL_OP_NO_TICKET
3488 #else /* SSL_OP_NO_TICKET */
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_lib.c979 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET))
1274 && !(SSL_get_options(s) & SSL_OP_NO_TICKET))
1933 if ((SSL_get_options(s) & SSL_OP_NO_TICKET) || CBS_len(&extension) > 0)
2285 if (SSL_get_options(s) & SSL_OP_NO_TICKET)
H A Dssl_lib.c2042 ret->options |= SSL_OP_NO_TICKET;
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLParametersImpl.java515 NativeCrypto.SSL_clear_options(sslNativePointer, NativeCrypto.SSL_OP_NO_TICKET);
H A DNativeCrypto.java797 public static final long SSL_OP_NO_TICKET = 0x00004000L; field in class:NativeCrypto
/external/openssl/ssl/
H A Dt1_lib.c502 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET))
800 && !(SSL_get_options(s) & SSL_OP_NO_TICKET))
1748 if ((SSL_get_options(s) & SSL_OP_NO_TICKET)
2420 if (SSL_get_options(s) & SSL_OP_NO_TICKET)
H A Dssl.h596 #define SSL_OP_NO_TICKET 0x00004000L macro
H A Dssl_lib.c1980 ret->options |= SSL_OP_NO_TICKET;
/external/openssl/apps/
H A Ds_client.c891 { off|=SSL_OP_NO_TICKET; }
H A Ds_server.c1248 { off|=SSL_OP_NO_TICKET; }
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h495 #define SSL_OP_NO_TICKET 0x00004000L macro
/external/openssl/include/openssl/
H A Dssl.h596 #define SSL_OP_NO_TICKET 0x00004000L macro
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7199 | SSL_OP_NO_TICKET

Completed in 1394 milliseconds