Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1630 type certificateMsg struct { struct
1631 raw []byte
1632 hasRequestContext bool
1633 requestContext []byte
1634 certificates []certificateEntry
1637 func (m *certificateMsg) marshal() (x []byte) {
1685 func (m *certificateMsg) unmarshal(data []byte) bool {