Searched refs:compressedCertAlgs (Results 1 – 3 of 3) sorted by relevance
299 compressedCertAlgs []uint16 member354 eqUint16s(m.compressedCertAlgs, m1.compressedCertAlgs) &&589 if len(m.compressedCertAlgs) > 0 {593 for _, v := range m.compressedCertAlgs {948 m.compressedCertAlgs = append(m.compressedCertAlgs, algID)
187 hello.compressedCertAlgs = []uint16{1, 1}189 hello.compressedCertAlgs = make([]uint16, 0, len(c.config.CertCompressionAlgs))191 hello.compressedCertAlgs = append(hello.compressedCertAlgs, uint16(id))
908 for _, id := range hs.clientHello.compressedCertAlgs {