func crypto/internal/fips140/tls13.NewEarlySecret
6 uses
crypto/internal/fips140/tls13 (current package)
cast.go#L27: es := NewEarlySecret(sha256.New, nil)
tls13.go#L73: func NewEarlySecret[H hash.Hash](h func() H, psk []byte) *EarlySecret {
crypto/tls
handshake_client.go#L494: earlySecret = tls13.NewEarlySecret(cipherSuite.hash.New, session.secret)
handshake_client_tls13.go#L487: earlySecret = tls13.NewEarlySecret(hs.suite.hash.New, nil)
handshake_server_tls13.go#L389: hs.earlySecret = tls13.NewEarlySecret(hs.suite.hash.New, sessionState.secret)
handshake_server_tls13.go#L748: earlySecret = tls13.NewEarlySecret(hs.suite.hash.New, 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. |