Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go385 func (m *clientHelloMsg) unmarshal(data []byte) bool { func
847 func (m *serverHelloMsg) unmarshal(data []byte) bool { func
1033 func (m *certificateMsg) unmarshal(data []byte) bool { func
1101 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func
1155 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func
1189 func (m *serverHelloDoneMsg) unmarshal(data []byte) bool { func
1224 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool { func
1265 func (m *finishedMsg) unmarshal(data []byte) bool { func
1317 func (m *nextProtoMsg) unmarshal(data []byte) bool { func
1423 func (m *certificateRequestMsg) unmarshal(data []byte) bool { func
[all …]
Dticket.go102 func (s *sessionState) unmarshal(data []byte) bool { func
219 ok := state.unmarshal(plaintext)
Dcommon.go905 unmarshal([]byte) bool methodSpec
Dconn.go1031 if !m.unmarshal(data) {