Home
last modified time | relevance | path

Searched defs:marshal (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go228 func (m *clientHelloMsg) marshal() []byte { func
850 func (m *serverHelloMsg) marshal() []byte { func
1076 func (m *encryptedExtensionsMsg) marshal() []byte { func
1138 func (m *serverExtensions) marshal(extensions *byteBuilder) { func
1389 func (m *helloRetryRequestMsg) marshal() []byte { func
1488 func (m *certificateMsg) marshal() (x []byte) { func
1632 func (m *serverKeyExchangeMsg) marshal() []byte { func
1663 func (m *certificateStatusMsg) marshal() []byte { func
1714 func (m *serverHelloDoneMsg) marshal() []byte { func
1729 func (m *clientKeyExchangeMsg) marshal() []byte { func
[all …]
Dticket.go35 func (s *sessionState) marshal() []byte { func
Dcommon.go1627 marshal() []byte methodSpec
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java504 public void addMapping(String namespace, String name, Class clazz, Marshal marshal) { in addMapping()
696 Object marshal) in writeElement()
/external/python/cpython2/Lib/test/
Dtest_bytes.py972 def marshal(self, x): member in BytearrayPEP3137Test