| 1653 | } |
| 1654 | |
| 1655 | type clientKeyExchangeMsg struct { |
| 1656 | ciphertext []byte |
| 1657 | } |
| 1658 | |
| 1659 | func (m *clientKeyExchangeMsg) marshal() ([]byte, error) { |
| 1660 | length := len(m.ciphertext) |
nothing calls this directly
no outgoing calls
no test coverage detected