Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1580 type certificateStatusMsg struct { struct
1581 raw []byte
1582 statusType uint8
1583 response []byte
1586 func (m *certificateStatusMsg) marshal() []byte {
1614 func (m *certificateStatusMsg) unmarshal(data []byte) bool {