Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1760 type compressedCertificateMsg struct { struct
1767 func (m *compressedCertificateMsg) marshal() (x []byte) { argument
1784 func (m *compressedCertificateMsg) unmarshal(data []byte) bool { argument
Dconn.go1370 m = new(compressedCertificateMsg)
Dhandshake_client.go926 if compressedCertMsg, ok := msg.(*compressedCertificateMsg); ok {
Dhandshake_server.go924 compressedCertMsgBytes := (&compressedCertificateMsg{