crypto/internal/fips140/tls13.EarlySecret.ResumptionBinderKey (method)
3 uses
crypto/internal/fips140/tls13 (current package)
tls13.go#L80: func (s *EarlySecret) ResumptionBinderKey() []byte {
crypto/tls
handshake_client.go#L521: binderKey = earlySecret.ResumptionBinderKey()
handshake_server_tls13.go#L422: binderKey := hs.earlySecret.ResumptionBinderKey()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)