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#L163: 	randutil.MaybeReadByte(rand)
		ecdsa.go#L261: 	randutil.MaybeReadByte(rand)
	crypto/rand
		util.go#L21: 	randutil.MaybeReadByte(rand)
	crypto/rsa
		pkcs1v15.go#L43: 	randutil.MaybeReadByte(random)
		rsa.go#L298: 	randutil.MaybeReadByte(random)
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |