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

  /external/chromium_org/net/third_party/nss/ssl/
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;
ssl3con.c     [all...]
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...]

Completed in 62 milliseconds