Home
last modified time | relevance | path

Searched refs:unmarshal (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go632 func (m *clientHelloMsg) unmarshal(data []byte) bool { func
999 func (m *serverHelloMsg) unmarshal(data []byte) bool { func
1081 } else if !m.extensions.unmarshal(extensions, vers) {
1111 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { func
1118 return m.extensions.unmarshal(extensions, VersionTLS13)
1283 func (m *serverExtensions) unmarshal(data byteReader, version uint16) bool { func
1455 func (m *helloRetryRequestMsg) unmarshal(data []byte) bool { func
1588 func (m *certificateMsg) unmarshal(data []byte) bool { func
1656 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func
1692 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func
[all …]
Dticket.go68 func (s *sessionState) unmarshal(data []byte) bool { func
207 ok := state.unmarshal(plaintext)
Dcommon.go1797 unmarshal([]byte) bool methodSpec
Dconn.go1390 if !m.unmarshal(data) {
/external/python/cpython3/Doc/library/
Dmarshal.rst34 maliciously constructed data. Never unmarshal data received from an
/external/python/cpython2/Doc/library/
Dmarshal.rst34 maliciously constructed data. Never unmarshal data received from an
/external/golang-protobuf/proto/
Dall_test.go2192 func benchmarkUnmarshal(b *testing.B, pb Message, unmarshal func([]byte, Message) error) {
2199 unmarshal(d, pbd)