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.go1481 type certificateMsg struct { struct
1482 raw []byte
1483 hasRequestContext bool
1484 requestContext []byte
1485 certificates []certificateEntry
1488 func (m *certificateMsg) marshal() (x []byte) {
1536 func (m *certificateMsg) unmarshal(data []byte) bool {