type golang.org/x/crypto/ssh.userAuthGSSAPIMIC

4 uses

	golang.org/x/crypto/ssh (current package)
		client_auth.go#L631: 	if err := c.writePacket(Marshal(&userAuthGSSAPIMIC{
		messages.go#L323: type userAuthGSSAPIMIC struct {
		messages.go#L828: 		msg = new(userAuthGSSAPIMIC)
		server.go#L361: 	userAuthGSSAPIMICReq := &userAuthGSSAPIMIC{}