| 725 | } |
| 726 | |
| 727 | type gssAPIWithMICCallback struct { |
| 728 | gssAPIClient GSSAPIClient |
| 729 | target string |
| 730 | } |
| 731 | |
| 732 | func (g *gssAPIWithMICCallback) auth(session []byte, user string, c packetConn, rand io.Reader, _ map[string][]byte) (authResult, []string, error) { |
| 733 | m := &userAuthRequestMsg{ |
nothing calls this directly
no outgoing calls
no test coverage detected