const mellium.im/sasl.AuthTextSent

7 uses

	mellium.im/sasl (current package)
		negotiator.go#L23: 	AuthTextSent
		negotiator.go#L69: 		state:     AuthTextSent | Receiving,
		negotiator.go#L124: 		c.state = c.state&^StepMask | AuthTextSent
		negotiator.go#L125: 	case AuthTextSent:
		negotiator.go#L154: 		c.state = c.state&^StepMask | AuthTextSent
		plain.go#L28: 		if m.State()&Receiving != Receiving || m.State()&StepMask != AuthTextSent {
		scram.go#L117: 	case AuthTextSent: