type crypto/tls.certificateMsgTLS13

9 uses

	crypto/tls (current package)
		conn.go#L1041: 			m = new(certificateMsgTLS13)
		handshake_client_tls13.go#L447: 	certMsg, ok := msg.(*certificateMsgTLS13)
		handshake_client_tls13.go#L563: 	certMsg := new(certificateMsgTLS13)
		handshake_messages.go#L1280: type certificateMsgTLS13 struct {
		handshake_messages.go#L1287: func (m *certificateMsgTLS13) marshal() []byte {
		handshake_messages.go#L1348: func (m *certificateMsgTLS13) unmarshal(data []byte) bool {
		handshake_messages.go#L1349: 	*m = certificateMsgTLS13{raw: data}
		handshake_server_tls13.go#L611: 	certMsg := new(certificateMsgTLS13)
		handshake_server_tls13.go#L788: 	certMsg, ok := msg.(*certificateMsgTLS13)