HomeSort by relevance Sort by last modified time
    Searched refs:NewSessionTicket (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 329 /* NewSessionTicket handshake message. */
334 } NewSessionTicket;
sslnonce.c 440 /*in/out*/ NewSessionTicket *newSessionTicket)
443 PORT_Assert(newSessionTicket);
465 sid->u.ssl3.locked.sessionTicket = *newSessionTicket;
466 newSessionTicket->ticket.data = NULL;
467 newSessionTicket->ticket.len = 0;
sslimpl.h 744 NewSessionTicket sessionTicket;
925 /* The session ticket received in a NewSessionTicket message is temporarily
926 * stored in newSessionTicket until the handshake is finished; then it is
930 NewSessionTicket newSessionTicket;
    [all...]
ssl3ext.c 506 NewSessionTicket *session_ticket = NULL;
981 * NewSessionTicket
989 NewSessionTicket ticket;
    [all...]

Completed in 208 milliseconds