func crypto/internal/randutil.MaybeReadByte

9 uses

	crypto/internal/randutil (current package)
		randutil.go#L20: func MaybeReadByte(r io.Reader) {

	crypto/internal/fips140/drbg
		rand.go#L80: 	randutil.MaybeReadByte(r)

	crypto/dsa
		dsa.go#L219: 	randutil.MaybeReadByte(rand)

	crypto/ecdh
		x25519.go#L42: 	randutil.MaybeReadByte(rand)

	crypto/ecdsa
		ecdsa.go#L163: 	randutil.MaybeReadByte(rand)
		ecdsa.go#L212: 	randutil.MaybeReadByte(rand)

	crypto/rand
		util.go#L25: 	randutil.MaybeReadByte(rand)

	crypto/rsa
		pkcs1v15.go#L51: 	randutil.MaybeReadByte(random)
		rsa.go#L397: 	randutil.MaybeReadByte(random)