func crypto/rand.Read
10 uses
crypto/rand (current package)
rand.go#L47: func Read(b []byte) (n int, err error) {
text.go#L17: Read(src)
github.com/refraction-networking/utls
u_ech.go#L75: _, err := rand.Read(b[:])
u_ech.go#L155: _, err := rand.Read(g.payload)
u_ech.go#L247: n, err := rand.Read(g.EncapsulatedKey)
u_prng.go#L36: _, err := crypto_rand.Read(seed[:])
u_quic_transport_parameters.go#L102: rand.Read(g.ValueOverride)
net/http
h2_bundle.go#L5072: _, _ = rand.Read(sc.sentPingData[:])
h2_bundle.go#L10280: if _, err := rand.Read(p[:]); err != nil {
h2_bundle.go#L10369: rand.Read(payload[:])
![]() |
The pages are generated with Golds v0.8.4. (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. |