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.go1110 type certificateStatusMsg struct { struct
1111 raw []byte
1112 statusType uint8
1113 response []byte
1116 func (m *certificateStatusMsg) equal(i interface{}) bool {
1127 func (m *certificateStatusMsg) marshal() []byte {
1155 func (m *certificateStatusMsg) unmarshal(data []byte) bool {