Searched defs:certificateMsg (Results 1 – 2 of 2) sorted by relevance
1935 type certificateMsg struct { struct1936 raw []byte1937 hasRequestContext bool1938 requestContext []byte1939 certificates []certificateEntry1942 func (m *certificateMsg) marshal() (x []byte) {1991 func (m *certificateMsg) unmarshal(data []byte) bool {