Searched refs:finishedMsg (Results 1 – 4 of 4) sorted by relevance
1237 type finishedMsg struct { struct1242 func (m *finishedMsg) equal(i interface{}) bool { argument1243 m1, ok := i.(*finishedMsg)1252 func (m *finishedMsg) marshal() (x []byte) { argument1265 func (m *finishedMsg) unmarshal(data []byte) bool { argument
755 serverFinished, ok := msg.(*finishedMsg)860 finished := new(finishedMsg)
813 clientFinished, ok := msg.(*finishedMsg)866 finished := new(finishedMsg)
1017 m = new(finishedMsg)