type crypto/tls.EncryptedClientHelloKey
6 uses
crypto/tls (current package)
common.go#L856: GetEncryptedClientHelloKeys func(*ClientHelloInfo) ([]EncryptedClientHelloKey, error)
common.go#L873: EncryptedClientHelloKeys []EncryptedClientHelloKey
common.go#L890: type EncryptedClientHelloKey struct {
ech.go#L571: func marshalEncryptedClientHelloConfigList(configs []EncryptedClientHelloKey) ([]byte, error) {
ech.go#L581: func (c *Conn) processECHClientHello(outer *clientHelloMsg, echKeys []EncryptedClientHelloKey) (*clientHelloMsg, *echServerContext, error) {
ech.go#L652: func buildRetryConfigList(keys []EncryptedClientHelloKey) ([]byte, error) {