Home | History | Annotate | Download | only in crypto

Lines Matching refs:SSL_OP_NO_TICKET

38 #ifdef SSL_OP_NO_TICKET
960 options |= SSL_OP_NO_TICKET;
2790 #ifdef SSL_OP_NO_TICKET
2792 SSL_set_options(conn->ssl, SSL_OP_NO_TICKET);
2794 SSL_clear_options(conn->ssl, SSL_OP_NO_TICKET);
2795 #endif /* SSL_OP_NO_TICKET */
2832 #ifdef SSL_OP_NO_TICKET
2834 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
2836 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
2837 #endif /* SSL_OP_NO_TICKET */
2944 #ifdef SSL_OP_NO_TICKET
2970 #else /* SSL_OP_NO_TICKET */
2997 #endif /* SSL_OP_NO_TICKET */
3019 #ifdef SSL_OP_NO_TICKET
3022 #else /* SSL_OP_NO_TICKET */
3026 #endif /* SSL_OP_NO_TICKET */
3034 #ifdef SSL_OP_NO_TICKET
3037 #else /* SSL_OP_NO_TICKET */
3040 #endif /* SSL_OP_NO_TICKET */