Symbol: SSL_OP_NO_TICKET
lib/libssl/ssl_lib.c
2519
if ((s->options & SSL_OP_NO_TICKET) != 0)
lib/libssl/ssl_tlsext.c
1113
if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0)
lib/libssl/ssl_tlsext.c
1198
!(SSL_get_options(s) & SSL_OP_NO_TICKET) &&
lib/libssl/ssl_tlsext.c
1222
if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0 || CBS_len(cbs) > 0) {
lib/libssl/t1_lib.c
942
if (SSL_get_options(s) & SSL_OP_NO_TICKET)
lib/libtls/tls.c
582
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
lib/libtls/tls_client.c
370
SSL_clear_options(ctx->ssl_conn, SSL_OP_NO_TICKET);
lib/libtls/tls_server.c
298
SSL_CTX_clear_options(*ssl_ctx, SSL_OP_NO_TICKET);
regress/lib/libssl/dtls/dtlstest.c
808
.ssl_options = SSL_OP_NO_TICKET,
regress/lib/libssl/dtls/dtlstest.c
814
.ssl_options = SSL_OP_NO_TICKET,
regress/lib/libssl/dtls/dtlstest.c
820
.ssl_options = SSL_OP_NO_TICKET,
regress/lib/libssl/dtls/dtlstest.c
826
.ssl_options = SSL_OP_NO_TICKET,
regress/lib/libssl/dtls/dtlstest.c
883
.ssl_options = SSL_OP_NO_TICKET,
regress/lib/libssl/dtls/dtlstest.c
890
.ssl_options = SSL_OP_NO_TICKET,
regress/lib/libssl/dtls/dtlstest.c
898
.ssl_options = SSL_OP_NO_TICKET,
regress/lib/libssl/dtls/dtlstest.c
907
.ssl_options = SSL_OP_NO_TICKET,
regress/lib/libssl/dtls/dtlstest.c
915
.ssl_options = SSL_OP_NO_TICKET,
regress/lib/libssl/tlsext/tlsexttest.c
2492
if ((SSL_set_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) == 0) {
regress/lib/libssl/tlsext/tlsexttest.c
2502
if ((SSL_clear_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) != 0) {
regress/lib/libssl/tlsext/tlsexttest.c
2707
if ((SSL_set_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) == 0) {
regress/lib/libssl/tlsext/tlsexttest.c
2717
if ((SSL_clear_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) != 0) {
regress/lib/libssl/tlsext/tlsexttest.c
3281
if ((SSL_set_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) == 0) {
usr.bin/openssl/s_client.c
619
.value = SSL_OP_NO_TICKET,
usr.bin/openssl/s_server.c
766
.value = SSL_OP_NO_TICKET,