Searched refs:unmarshal (Results 1 – 7 of 7) sorted by relevance
632 func (m *clientHelloMsg) unmarshal(data []byte) bool { func999 func (m *serverHelloMsg) unmarshal(data []byte) bool { func1081 } else if !m.extensions.unmarshal(extensions, vers) {1111 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { func1118 return m.extensions.unmarshal(extensions, VersionTLS13)1283 func (m *serverExtensions) unmarshal(data byteReader, version uint16) bool { func1455 func (m *helloRetryRequestMsg) unmarshal(data []byte) bool { func1588 func (m *certificateMsg) unmarshal(data []byte) bool { func1656 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func1692 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func[all …]
68 func (s *sessionState) unmarshal(data []byte) bool { func207 ok := state.unmarshal(plaintext)
1797 unmarshal([]byte) bool methodSpec
1390 if !m.unmarshal(data) {
34 maliciously constructed data. Never unmarshal data received from an
2192 func benchmarkUnmarshal(b *testing.B, pb Message, unmarshal func([]byte, Message) error) {2199 unmarshal(d, pbd)