Searched defs:certificateMsg (Results 1 – 1 of 1) sorted by relevance
1630 type certificateMsg struct { struct1631 raw []byte1632 hasRequestContext bool1633 requestContext []byte1634 certificates []certificateEntry1637 func (m *certificateMsg) marshal() (x []byte) {1685 func (m *certificateMsg) unmarshal(data []byte) bool {