Home
last modified time | relevance | path

Searched defs:compressedCertificateMsg (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go2181 type compressedCertificateMsg struct { struct
2182 raw []byte
2183 algID uint16
2184 uncompressedLength uint32
2185 compressed []byte
2188 func (m *compressedCertificateMsg) marshal() (x []byte) {
2205 func (m *compressedCertificateMsg) unmarshal(data []byte) bool {