func crypto/internal/fips140/drbg.NewCounter

3 uses

	crypto/internal/fips140/drbg (current package)
		cast.go#L49: 		c := NewCounter(entropy)
		ctrdrbg.go#L46: func NewCounter(entropy *[SeedSize]byte) *Counter {
		entropy_fips140.go#L61: 		return NewCounter(getEntropy())