Home
last modified time | relevance | path

Searched refs:compressedCertAlgs (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go299 compressedCertAlgs []uint16 member
354 eqUint16s(m.compressedCertAlgs, m1.compressedCertAlgs) &&
589 if len(m.compressedCertAlgs) > 0 {
593 for _, v := range m.compressedCertAlgs {
948 m.compressedCertAlgs = append(m.compressedCertAlgs, algID)
Dhandshake_client.go187 hello.compressedCertAlgs = []uint16{1, 1}
189 hello.compressedCertAlgs = make([]uint16, 0, len(c.config.CertCompressionAlgs))
191 hello.compressedCertAlgs = append(hello.compressedCertAlgs, uint16(id))
Dhandshake_server.go908 for _, id := range hs.clientHello.compressedCertAlgs {