(sender byte, encodedLen int32, msg *AuthenticationGSS)
| 131 | } |
| 132 | |
| 133 | func (t *tracer) traceAuthenticationGSS(sender byte, encodedLen int32, msg *AuthenticationGSS) { |
| 134 | t.writeTrace(sender, encodedLen, "AuthenticationGSS", nil) |
| 135 | } |
| 136 | |
| 137 | func (t *tracer) traceAuthenticationGSSContinue(sender byte, encodedLen int32, msg *AuthenticationGSSContinue) { |
| 138 | t.writeTrace(sender, encodedLen, "AuthenticationGSSContinue", nil) |
no test coverage detected