Searched refs:certificateMsg (Results 1 – 4 of 4) sorted by relevance
924 var certMsg *certificateMsg941 certMsg = &certificateMsg{954 if certMsg, ok = msg.(*certificateMsg); !ok {1094 certMsg := &certificateMsg{1198 certMsg, ok := msg.(*certificateMsg)1295 certMsg := new(certificateMsg)1399 func (hs *clientHandshakeState) verifyCertificates(certMsg *certificateMsg) error {
875 certMsg := &certificateMsg{1057 certMsg, ok := msg.(*certificateMsg)1622 certMsg := new(certificateMsg)1712 var certMsg *certificateMsg1714 if certMsg, ok = msg.(*certificateMsg); ok {
1630 type certificateMsg struct { struct1637 func (m *certificateMsg) marshal() (x []byte) { argument1685 func (m *certificateMsg) unmarshal(data []byte) bool { argument
1366 m = &certificateMsg{