func crypto/internal/randutil.MaybeReadByte

9 uses

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

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

	crypto/ecdh
		nist.go#L48: 	randutil.MaybeReadByte(rand)
		x25519.go#L37: 	randutil.MaybeReadByte(rand)

	crypto/ecdsa
		ecdsa.go#L159: 	randutil.MaybeReadByte(rand)
		ecdsa.go#L257: 	randutil.MaybeReadByte(rand)

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

	crypto/rsa
		pkcs1v15.go#L42: 	randutil.MaybeReadByte(random)
		rsa.go#L295: 	randutil.MaybeReadByte(random)