Home
last modified time | relevance | path

Searched refs:serverRandom (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
Dmathtls.py67 def calcMasterSecret(version, premasterSecret, clientRandom, serverRandom): argument
70 clientRandom + serverRandom, 48)
73 clientRandom + serverRandom, 48)
Dtlsconnection.py747 clientRandom, serverRandom, tackExt): argument
805 hashBytes = serverKeyExchange.hash(clientRandom, serverRandom)
864 clientRandom, serverRandom, argument
957 serverRandom)
972 serverRandom): argument
1003 def _clientFinished(self, premasterSecret, clientRandom, serverRandom, argument
1007 clientRandom, serverRandom)
1009 clientRandom, serverRandom,
1772 def _serverFinished(self, premasterSecret, clientRandom, serverRandom, argument
1776 clientRandom, serverRandom)
[all …]
Dtlsrecordlayer.py1050 clientRandom, serverRandom, implementations): argument
1087 serverRandom + clientRandom,
1092 serverRandom + clientRandom,
Dmessages.py556 def hash(self, clientRandom, serverRandom): argument
557 bytes = clientRandom + serverRandom + self.write_params()
/external/chromium_org/third_party/tlslite/patches/
Dchannel_id.patch113 def _serverFinished(self, premasterSecret, clientRandom, serverRandom,
118 clientRandom, serverRandom)
Ddhe_rsa.patch190 def hash(self, clientRandom, serverRandom):
194 - bytes = clientRandom + serverRandom + self.write()[4:]
198 + bytes = clientRandom + serverRandom + self.write_params()