Searched refs:SessionCache (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
H A Dsessioncache.py12 class SessionCache(object): class in inherits:object
17 simply pass a SessionCache instance into the server handshake
25 #flag, so the SessionCache must return the same instances
29 """Create a new SessionCache.
105 import doctest, SessionCache namespace
106 return doctest.testmod(SessionCache)
H A Dapi.py11 from .sessioncache import SessionCache namespace
/external/chromium_org/third_party/tlslite/scripts/
H A Dtls.py267 sessionCache = SessionCache()
/external/chromium_org/third_party/tlslite/tests/
H A Dtlstest.py26 X509, X509CertChain, IMAP4_TLS, VerifierDB, Session, SessionCache, \
601 sessionCache = SessionCache()
30 Checker, __version__ namespace
/external/chromium_org/net/tools/testserver/
H A Dtestserver.py212 self.session_cache = tlslite.api.SessionCache()

Completed in 140 milliseconds