func crypto/internal/fips140/drbg.NewCounter

3 uses

	crypto/internal/fips140/drbg (current package)
		cast.go#L49: 		c := NewCounter(entropy)
		ctrdrbg.go#L38: func NewCounter(entropy *[SeedSize]byte) *Counter {
		rand.go#L20: 			c = NewCounter(seed)