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)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |