Searched refs:new_session_tickets_count (Results 1 – 4 of 4) sorted by relevance
3139 if (ssl->conf->new_session_tickets_count == 0) { in ssl_tls13_write_new_session_ticket_coordinate()3145 if (ssl->handshake->new_session_tickets_count == 0) { in ssl_tls13_write_new_session_ticket_coordinate()3435 ssl->handshake->new_session_tickets_count = 0; in ssl_tls13_write_new_session_ticket()3437 ssl->handshake->new_session_tickets_count--; in ssl_tls13_write_new_session_ticket()3593 if (ssl->handshake->new_session_tickets_count == 0) { in mbedtls_ssl_tls13_handshake_server_step()
761 uint16_t new_session_tickets_count; /*!< number of session tickets */ member
1145 ssl->handshake->new_session_tickets_count = in ssl_handshake_init()1146 ssl->conf->new_session_tickets_count; in ssl_handshake_init()3075 conf->new_session_tickets_count = num_tickets; in mbedtls_ssl_conf_new_session_tickets()
1511 uint16_t MBEDTLS_PRIVATE(new_session_tickets_count); /*!< number of NewSessionTicket */