Home | History | Annotate | Download | only in ssl

Lines Matching defs:ticket_len

742   size_t ticket_len = 0;
747 client_hello, TLSEXT_TYPE_session_ticket, &ticket, &ticket_len);
748 if (tickets_supported && ticket_len > 0) {
749 switch (ssl_process_ticket(ssl, &session, &renew_ticket, ticket, ticket_len,