Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go1600 type certificateStatusMsg struct { struct
1601 response []byte
1604 func (m *certificateStatusMsg) marshal() ([]byte, error) {
1617 func (m *certificateStatusMsg) unmarshal(data []byte) bool {