Home | History | Annotate | Download | only in ssl

Lines Matching defs:ticket

157   // Rebase the session timestamp so that it is measured from ticket
180 CBB body, nonce_cbb, ticket, extensions;
187 !CBB_add_u16_length_prefixed(&body, &ticket) ||
189 !ssl_encrypt_ticket(ssl, &ticket, session.get()) ||
275 // Decode the ticket if we agreed on a PSK key exchange mode.
292 CBS ticket, binders;
294 if (!ssl_ext_pre_shared_key_parse_clienthello(hs, &ticket, &binders,
305 ssl_process_ticket(ssl, &session, &unused_renew, CBS_data(&ticket),
306 CBS_len(&ticket), NULL, 0);
323 // Recover the client ticket age and convert to seconds.
330 // Compute the server ticket age in seconds.
387 // Early data must be acceptable for this ticket.
397 // The negotiated ALPN must match the one in the ticket.
904 // session ticket.