OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sslSessionID
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
sslnonce.c
24
sslSessionID
*cache = NULL;
113
ssl_DestroySID(
sslSessionID
*sid)
160
PORT_ZFree(sid, sizeof(
sslSessionID
));
171
ssl_FreeLockedSID(
sslSessionID
*sid)
186
ssl_FreeSID(
sslSessionID
*sid)
201
sslSessionID
*
205
sslSessionID
**sidp;
206
sslSessionID
* sid;
267
CacheSID(
sslSessionID
*sid)
336
UncacheSID(
sslSessionID
*zap
[
all
...]
sslimpl.h
175
typedef struct sslSessionIDStr
sslSessionID
;
200
typedef void (*sslSessionIDCacheFunc) (
sslSessionID
*sid);
201
typedef void (*sslSessionIDUncacheFunc)(
sslSessionID
*sid);
202
typedef
sslSessionID
*(*sslSessionIDLookupFunc)(const PRIPv6Addr *addr,
621
sslSessionID
* next; /* chain used for client sockets, only */
[
all
...]
sslsnce.c
453
ConvertFromSID(sidCacheEntry *to,
sslSessionID
*from)
527
static
sslSessionID
*
533
sslSessionID
*to;
536
to = PORT_ZNew(
sslSessionID
);
744
static
sslSessionID
*
750
sslSessionID
* sid = 0;
847
ServerSessionIDCache(
sslSessionID
*sid)
931
ServerSessionIDUncache(
sslSessionID
*sid)
[
all
...]
sslcon.c
594
sslSessionID
* sid;
[
all
...]
ssl3ext.c
519
sslSessionID
*sid = ss->sec.ci.sid;
[
all
...]
sslinfo.c
28
sslSessionID
* sid;
ssl3con.c
73
static void ssl3_CopyPeerCertsFromSID(sslSocket *ss,
sslSessionID
*sid);
[
all
...]
sslsecur.c
[
all
...]
Completed in 71 milliseconds