Searched defs:clientKeyExchangeMsg (Results 1 – 2 of 2) sorted by relevance
1878 type clientKeyExchangeMsg struct { struct1879 raw []byte1880 ciphertext []byte1883 func (m *clientKeyExchangeMsg) marshal() []byte {1894 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {
30 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error)