type google.golang.org/grpc/credentials/alts/internal/conn.Counter

10 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		aes128gcm.go#L41: 	inCounter  Counter
		aes128gcm.go#L42: 	outCounter Counter
		aes128gcmrekey.go#L46: 	inCounter  Counter
		aes128gcmrekey.go#L47: 	outCounter Counter
		counter.go#L32: type Counter struct {
		counter.go#L39: func (c *Counter) Value() ([]byte, error) {
		counter.go#L47: func (c *Counter) Inc() {
		utils.go#L25: func NewOutCounter(s core.Side, overflowLen int) (c Counter) {
		utils.go#L39: func NewInCounter(s core.Side, overflowLen int) (c Counter) {
		utils.go#L50: func CounterFromValue(value []byte, overflowLen int) (c Counter) {