func crypto/internal/fips140/sha256.New
10 uses
crypto/internal/fips140/sha256 (current package)
cast.go#L25: h := New()
sha256.go#L149: func New() *Digest {
crypto/internal/fips140/check
check.go#L67: h := hmac.New(sha256.New, make([]byte, 32))
crypto/internal/fips140/hkdf
cast.go#L27: got := Key(sha256.New, input, input, string(input), len(want))
crypto/internal/fips140/hmac
cast.go#L26: h := New(sha256.New, input)
crypto/internal/fips140/pbkdf2
cast.go#L33: mk, err := Key(sha256.New, "password", salt, 2, 14)
crypto/internal/fips140/tls12
cast.go#L33: if got := MasterSecret(sha256.New, input, transcript); !bytes.Equal(got, want) {
crypto/internal/fips140/tls13
cast.go#L27: es := NewEarlySecret(sha256.New, nil)
cast.go#L30: transcript := sha256.New()
crypto/sha256
sha256.go#L38: return sha256.New()
 |
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. |