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
static
sslSessionID
*cache = NULL;
113
ssl_DestroySID(
sslSessionID
*sid)
163
PORT_ZFree(sid, sizeof(
sslSessionID
));
174
ssl_FreeLockedSID(
sslSessionID
*sid)
189
ssl_FreeSID(
sslSessionID
*sid)
204
sslSessionID
*
208
sslSessionID
**sidp;
209
sslSessionID
* sid;
266
CacheSID(
sslSessionID
*sid)
341
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,
626
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
593
sslSessionID
* sid;
[
all
...]
ssl3ext.c
507
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 49 milliseconds