func crypto/internal/fips140/drbg.ReadWithReader
7 uses
crypto/internal/fips140/drbg (current package)
rand.go#L59: func ReadWithReader(r io.Reader, b []byte) error {
crypto/internal/fips140/ecdh
ecdh.go#L146: if err := drbg.ReadWithReader(rand, key); err != nil {
crypto/internal/fips140/ecdsa
ecdsa.go#L203: return drbg.ReadWithReader(rand, b)
ecdsa.go#L294: if err := drbg.ReadWithReader(rand, Z); err != nil {
crypto/internal/fips140/rsa
keygen.go#L188: if err := drbg.ReadWithReader(rand, b); err != nil {
pkcs1v22.go#L289: if err := drbg.ReadWithReader(rand, salt); err != nil {
pkcs1v22.go#L405: if err := drbg.ReadWithReader(random, seed); err != nil {
![]() |
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. |