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.go1993 type compressedCertificateMsg struct { struct
1994 raw []byte
1995 algID uint16
1996 uncompressedLength uint32
1997 compressed []byte
2000 func (m *compressedCertificateMsg) marshal() (x []byte) {
2017 func (m *compressedCertificateMsg) unmarshal(data []byte) bool {