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.go1760 type compressedCertificateMsg struct { struct
1761 raw []byte
1762 algID uint16
1763 uncompressedLength uint32
1764 compressed []byte
1767 func (m *compressedCertificateMsg) marshal() (x []byte) {
1784 func (m *compressedCertificateMsg) unmarshal(data []byte) bool {