Searched refs:randomSessionKey (Results 1 – 1 of 1) sorted by relevance
794 def SIGNKEY(flags, randomSessionKey, mode = 'Client'): argument798 … md5.update(randomSessionKey + "session key to client-to-server signing key magic constant\x00")802 … md5.update(randomSessionKey + "session key to server-to-client signing key magic constant\x00")808 def SEALKEY(flags, randomSessionKey, mode = 'Client'): argument811 sealKey = randomSessionKey813 sealKey = randomSessionKey[:7]815 sealKey = randomSessionKey[:5]827 sealKey = randomSessionKey[:7] + '\xa0'829 sealKey = randomSessionKey[:5] + '\xe5\x38\xb0'