Searched defs:sslSessionID (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h175 typedef struct sslSessionIDStr sslSessionID; typedef in typeref:struct:sslSessionIDStr
200 typedef void (*sslSessionIDCacheFunc) (sslSessionID *sid);
201 typedef void (*sslSessionIDUncacheFunc)(sslSessionID *sid);
202 typedef sslSessionID *(*sslSessionIDLookupFunc)(const PRIPv6Addr *addr,
626 sslSessionID * next; /* chain used for client sockets, only */
1115 sslSessionID *sid; /* ssl 2 & 3 */
1484 extern sslSessionID *ssl3_NewSessionID(sslSocket *ss, PRBool is_server);
1485 extern sslSessionID *ssl_LookupSID(const PRIPv6Addr *addr, PRUint16 port,
1487 extern void ssl_FreeSID(sslSessionID *sid);
1822 sslSessionID *si
[all...]

Completed in 188 milliseconds