func crypto/rand.Read
7 uses
crypto/rand (current package)
rand.go#L23: func Read(b []byte) (n int, err error) {
github.com/aws/aws-sdk-go/private/protocol
idempotency.go#L57: _, err := rand.Read(b)
github.com/jackc/pgconn
auth_scram.go#L144: _, err = rand.Read(buf)
github.com/lib/pq/scram
scram.go#L135: if _, err := rand.Read(buf[:nonceLen]); err != nil {
golang.org/x/crypto/ssh/knownhosts
knownhosts.go#L470: _, err := rand.Read(salt)
golang.org/x/net/http2
transport.go#L2441: if _, err := rand.Read(p[:]); err != nil {
net/http
h2_bundle.go#L8944: if _, err := rand.Read(p[:]); err != nil {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |