Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trafficSecret (0.09 sec)

  1. src/crypto/tls/conn.go

    	nextCipher any       // next encryption state
    	nextMac    hash.Hash // next MAC algorithm
    
    	level         QUICEncryptionLevel // current QUIC encryption level
    	trafficSecret []byte              // current TLS 1.3 traffic secret
    }
    
    type permanentError struct {
    	err net.Error
    }
    
    func (e *permanentError) Error() string   { return e.err.Error() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top