func crypto/internal/randutil.MaybeReadByte
6 uses
crypto/internal/randutil (current package)
randutil.go#L25: func MaybeReadByte(r io.Reader) {
crypto/dsa
dsa.go#L206: randutil.MaybeReadByte(rand)
crypto/ecdsa
ecdsa.go#L195: randutil.MaybeReadByte(rand)
crypto/rsa
pkcs1v15.go#L40: randutil.MaybeReadByte(rand)
rsa.go#L257: randutil.MaybeReadByte(random)
rsa.go#L501: randutil.MaybeReadByte(random)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)