Searched defs:clientKeyExchangeMsg (Results 1 – 4 of 4) sorted by relevance
2185 type clientKeyExchangeMsg struct { struct2186 raw []byte2187 ciphertext []byte2190 func (m *clientKeyExchangeMsg) marshal() []byte {2201 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {
32 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error)
2186 type clientKeyExchangeMsg struct { struct2187 raw []byte2188 ciphertext []byte2191 func (m *clientKeyExchangeMsg) marshal() []byte {2202 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {
32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error)