| 1514 | } |
| 1515 | |
| 1516 | type clientKeyExchangeMsg struct { |
| 1517 | raw []byte |
| 1518 | ciphertext []byte |
| 1519 | } |
| 1520 | |
| 1521 | func (m *clientKeyExchangeMsg) marshal() []byte { |
| 1522 | if m.raw != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected