Searched defs:certificateMsg (Results 1 – 1 of 1) sorted by relevance
1863 type certificateMsg struct { struct1864 raw []byte1865 hasRequestContext bool1866 requestContext []byte1867 certificates []certificateEntry1870 func (m *certificateMsg) marshal() (x []byte) {1918 func (m *certificateMsg) unmarshal(data []byte) bool {