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.go2060 type certificateStatusMsg struct { struct
2061 raw []byte
2062 statusType uint8
2063 response []byte
2066 func (m *certificateStatusMsg) marshal() []byte {
2087 func (m *certificateStatusMsg) unmarshal(data []byte) bool {