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.go1827 type certificateStatusMsg struct { struct
1828 raw []byte
1829 statusType uint8
1830 response []byte
1833 func (m *certificateStatusMsg) marshal() []byte {
1854 func (m *certificateStatusMsg) unmarshal(data []byte) bool {