type github.com/refraction-networking/utls.GREASEEncryptedClientHelloExtension
14 uses
github.com/refraction-networking/utls (current package)
u_ech.go#L41: _ EncryptedClientHelloExtension = (*GREASEEncryptedClientHelloExtension)(nil)
u_ech.go#L46: type GREASEEncryptedClientHelloExtension struct {
u_ech.go#L60: type GREASEECHExtension = GREASEEncryptedClientHelloExtension // alias
u_ech.go#L65: func (g *GREASEEncryptedClientHelloExtension) init() error {
u_ech.go#L149: func (g *GREASEEncryptedClientHelloExtension) randomizePayload(encodedHelloInnerLen uint16) error {
u_ech.go#L165: func (g *GREASEEncryptedClientHelloExtension) writeToUConn(uconn *UConn) error {
u_ech.go#L171: func (g *GREASEEncryptedClientHelloExtension) Len() int {
u_ech.go#L177: func (g *GREASEEncryptedClientHelloExtension) Read(b []byte) (int, error) {
u_ech.go#L203: func (*GREASEEncryptedClientHelloExtension) MarshalClientHello(*UConn) error {
u_ech.go#L208: func (g *GREASEEncryptedClientHelloExtension) Write(b []byte) (int, error) {
u_ech.go#L296: func BoringGREASEECH() *GREASEEncryptedClientHelloExtension {
u_ech.go#L297: return &GREASEEncryptedClientHelloExtension{
u_parrots.go#L1444: &GREASEEncryptedClientHelloExtension{
u_tls_extensions.go#L81: return &GREASEEncryptedClientHelloExtension{}
 |
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. |