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) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |