func google.golang.org/grpc/credentials/alts/internal/conn.NewOutCounter

3 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		aes128gcm.go#L58: 		outCounter: NewOutCounter(side, overflowLenAES128GCM),
		aes128gcmrekey.go#L58: 	outCounter := NewOutCounter(side, overflowLenAES128GCMRekey)
		utils.go#L25: func NewOutCounter(s core.Side, overflowLen int) (c Counter) {