HomeSort by relevance Sort by last modified time
    Searched refs:sharedKeyDB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tlslite/scripts/
tls.py 425 sharedKeyDB = SharedKeyDB()
426 sharedKeyDB["shared"] = "key"
427 sharedKeyDB["shared2"] = "key2"
429 connection.handshakeServer(sharedKeyDB=sharedKeyDB)
438 connection.handshakeServer(sharedKeyDB=sharedKeyDB)
706 connection.handshakeServer(sharedKeyDB=sharedKeyDB, settings=settings
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSConnection.py     [all...]

Completed in 37 milliseconds