const mellium.im/sasl.RemoteCB

8 uses

	mellium.im/sasl (current package)
		negotiator.go#L33: 	RemoteCB State = 1 << (iota + 3)
		negotiator.go#L52: 			machine.state |= RemoteCB
		negotiator.go#L78: 			machine.state |= RemoteCB
		negotiator.go#L150: 	c.state = c.state & (Receiving | RemoteCB)
		scram.go#L44: 	case n.State()&RemoteCB == RemoteCB:
		scram.go#L51: 	case n.State()&RemoteCB != RemoteCB: