Home
last modified time | relevance | path

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

/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1935 type certificateMsg struct { struct
1936 raw []byte
1937 hasRequestContext bool
1938 requestContext []byte
1939 certificates []certificateEntry
1942 func (m *certificateMsg) marshal() (x []byte) {
1991 func (m *certificateMsg) unmarshal(data []byte) bool {
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1935 type certificateMsg struct { struct
1936 raw []byte
1937 hasRequestContext bool
1938 requestContext []byte
1939 certificates []certificateEntry
1942 func (m *certificateMsg) marshal() (x []byte) {
1991 func (m *certificateMsg) unmarshal(data []byte) bool {