Searched defs:certificateMsg (Results 1 – 1 of 1) sorted by relevance
1481 type certificateMsg struct { struct1482 raw []byte1483 hasRequestContext bool1484 requestContext []byte1485 certificates []certificateEntry1488 func (m *certificateMsg) marshal() (x []byte) {1536 func (m *certificateMsg) unmarshal(data []byte) bool {