Searched refs:cacheSID (Results 1 – 4 of 4) sorted by relevance
8 - 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;
1477 if (ss->ssl3.hs.cacheSID) { in ssl3_CacheSessionUnlocked()1479 ss->ssl3.hs.cacheSID = PR_FALSE; in ssl3_CacheSessionUnlocked()
948 PRBool cacheSID; member
11279 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()