func crypto/internal/fips140/drbg.ReadWithReaderDeterministic

3 uses

	crypto/internal/fips140/drbg (current package)
		rand.go#L87: func ReadWithReaderDeterministic(r io.Reader, b []byte) error {

	crypto/internal/fips140/rsa
		pkcs1v22.go#L287: 	if err := drbg.ReadWithReaderDeterministic(rand, salt); err != nil {
		pkcs1v22.go#L403: 	if err := drbg.ReadWithReaderDeterministic(random, seed); err != nil {