Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go1600 type certificateStatusMsg struct { struct
1601 response []byte
1604 func (m *certificateStatusMsg) marshal() ([]byte, error) {
1617 func (m *certificateStatusMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2134 type certificateStatusMsg struct { struct
2135 raw []byte
2136 statusType uint8
2137 response []byte
2140 func (m *certificateStatusMsg) marshal() []byte {
2162 func (m *certificateStatusMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2134 type certificateStatusMsg struct { struct
2135 raw []byte
2136 statusType uint8
2137 response []byte
2140 func (m *certificateStatusMsg) marshal() []byte {
2162 func (m *certificateStatusMsg) unmarshal(data []byte) bool {