Searched defs:SessionCache (Results 1 - 3 of 3) 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/tests/
H A Dtlstest.py26 X509, X509CertChain, IMAP4_TLS, VerifierDB, Session, SessionCache, \
601 sessionCache = SessionCache()
30 Checker, __version__ namespace

Completed in 56 milliseconds