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

  /external/chromium_org/net/third_party/nss/ssl/
sslnonce.c 143 if (sid->peerID != NULL)
144 PORT_Free((void *)sid->peerID); /* CONST */
199 ** Lookup sid entry in cache by Address, port, and peerID string.
205 ssl_LookupSID(const PRIPv6Addr *addr, PRUint16 port, const char *peerID,
236 /* proxy (peerID) matches */
237 (((peerID == NULL) && (sid->peerID == NULL)) ||
238 ((peerID != NULL) && (sid->peerID != NULL) &&
239 PORT_Strcmp(sid->peerID, peerID) == 0)) &
    [all...]
sslsock.c 207 ss->peerID = !os->peerID ? NULL : PORT_Strdup(os->peerID);
358 if (ss->peerID != NULL)
359 PORT_Free(ss->peerID);
    [all...]
ssl.h     [all...]
sslimpl.h 638 const char * peerID; /* client only */
    [all...]
sslcon.c     [all...]
ssl3con.c     [all...]

Completed in 3122 milliseconds