type crypto/internal/fips140/tls13.EarlySecret
10 uses
crypto/internal/fips140/tls13 (current package)
tls13.go#L68: type EarlySecret struct {
tls13.go#L73: func NewEarlySecret[H hash.Hash](h func() H, psk []byte) *EarlySecret {
tls13.go#L74: return &EarlySecret{
tls13.go#L80: func (s *EarlySecret) ResumptionBinderKey() []byte {
tls13.go#L86: func (s *EarlySecret) ClientEarlyTrafficSecret(transcript hash.Hash) []byte {
tls13.go#L95: func (s *EarlySecret) HandshakeSecret(sharedSecret []byte) *HandshakeSecret {
tls13.go#L162: func (s *EarlySecret) EarlyExporterMasterSecret(transcript hash.Hash) *ExporterMasterSecret {
crypto/tls
handshake_client.go#L353: session *SessionState, earlySecret *tls13.EarlySecret, binderKey []byte, err error) {
handshake_client_tls13.go#L30: earlySecret *tls13.EarlySecret
handshake_server_tls13.go#L56: earlySecret *tls13.EarlySecret
![]() |
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. |