Searched refs:EncryptedClientHelloRejectionVerify (Results 1 – 5 of 5) sorted by relevance
820 EncryptedClientHelloRejectionVerify func(ConnectionState) error member910 EncryptedClientHelloRejectionVerify: c.EncryptedClientHelloRejectionVerify,
1093 if c.config.EncryptedClientHelloRejectionVerify != nil {1094 if err := c.config.EncryptedClientHelloRejectionVerify(c.connectionStateLocked()); err != nil {
810 EncryptedClientHelloRejectionVerify: func(ConnectionState) error {826 c2.EncryptedClientHelloRejectionVerify(ConnectionState{})
2869 cConfig.EncryptedClientHelloRejectionVerify = tc.encryptedClientHelloRejectionVerify
17 pkg crypto/tls, type Config struct, EncryptedClientHelloRejectionVerify func(ConnectionState) error…