type crypto/internal/fips140/tls13.MasterSecret
10 uses
crypto/internal/fips140/tls13 (current package)
tls13.go#L115: type MasterSecret struct {
tls13.go#L120: func (s *HandshakeSecret) MasterSecret() *MasterSecret {
tls13.go#L122: return &MasterSecret{
tls13.go#L130: func (s *MasterSecret) ClientApplicationTrafficSecret(transcript hash.Hash) []byte {
tls13.go#L136: func (s *MasterSecret) ServerApplicationTrafficSecret(transcript hash.Hash) []byte {
tls13.go#L142: func (s *MasterSecret) ResumptionMasterSecret(transcript hash.Hash) []byte {
tls13.go#L153: func (s *MasterSecret) ExporterMasterSecret(transcript hash.Hash) *ExporterMasterSecret {
crypto/tls
handshake_client_tls13.go#L38: masterSecret *tls13.MasterSecret
handshake_server_tls13.go#L59: masterSecret *tls13.MasterSecret
key_schedule.go#L47: func (c *cipherSuiteTLS13) exportKeyingMaterial(s *tls13.MasterSecret, transcript hash.Hash) func(string, []byte, int) ([]byte, error) {
![]() |
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. |