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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_conf.c203 SSL_FLAG_TBL("no_ticket", SSL_OP_NO_TICKET),
351 SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET),
H A Dt1_lib.c1399 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET)) {
1693 if (s->tlsext_ticket_expected && !(SSL_get_options(s) & SSL_OP_NO_TICKET)) {
2640 if ((SSL_get_options(s) & SSL_OP_NO_TICKET)
3301 if (SSL_get_options(s) & SSL_OP_NO_TICKET)
H A Dssl.h616 # define SSL_OP_NO_TICKET 0x00004000L macro
H A Dssl_lib.c2006 ret->options |= SSL_OP_NO_TICKET;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_conf.c203 SSL_FLAG_TBL("no_ticket", SSL_OP_NO_TICKET),
351 SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET),
H A Dt1_lib.c1399 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET)) {
1693 if (s->tlsext_ticket_expected && !(SSL_get_options(s) & SSL_OP_NO_TICKET)) {
2640 if ((SSL_get_options(s) & SSL_OP_NO_TICKET)
3301 if (SSL_get_options(s) & SSL_OP_NO_TICKET)
H A Dssl.h616 # define SSL_OP_NO_TICKET 0x00004000L macro
H A Dssl_lib.c2006 ret->options |= SSL_OP_NO_TICKET;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1605 #ifdef SSL_OP_NO_TICKET
1606 ctx_options |= SSL_OP_NO_TICKET;

Completed in 104 milliseconds