Home
last modified time | relevance | path

Searched refs:cacheSID (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dsessioncache.patch8 - if (ss->ssl3.hs.cacheSID) {
9 + if (ss->ssl3.hs.cacheSID && ss->sec.isServer) {
12 ss->ssl3.hs.cacheSID = PR_FALSE;
47 + if (ss->ssl3.hs.cacheSID) {
49 + ss->ssl3.hs.cacheSID = PR_FALSE;
/external/chromium_org/net/third_party/nss/ssl/
Dsslsecur.c1477 if (ss->ssl3.hs.cacheSID) { in ssl3_CacheSessionUnlocked()
1479 ss->ssl3.hs.cacheSID = PR_FALSE; in ssl3_CacheSessionUnlocked()
Dsslimpl.h948 PRBool cacheSID; member
Dssl3con.c11279 ss->ssl3.hs.cacheSID = rv == SECSuccess; in ssl3_HandleFinished()
11329 if (ss->ssl3.hs.cacheSID && ss->sec.isServer) { in ssl3_FinishHandshake()
11332 ss->ssl3.hs.cacheSID = PR_FALSE; in ssl3_FinishHandshake()