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.go1863 type certificateMsg struct { struct
1864 raw []byte
1865 hasRequestContext bool
1866 requestContext []byte
1867 certificates []certificateEntry
1870 func (m *certificateMsg) marshal() (x []byte) {
1918 func (m *certificateMsg) unmarshal(data []byte) bool {