Searched defs:SessionCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
H A DSessionCache.py6 class SessionCache: class in inherits:
11 simply pass a SessionCache instance into the server handshake
19 #flag, so the SessionCache must return the same instances
23 """Create a new SessionCache.
99 import doctest, SessionCache namespace
100 return doctest.testmod(SessionCache)
H A Dapi.py25 from SessionCache import SessionCache
51 from SessionCache import SessionCache namespace

Completed in 298 milliseconds