Home
last modified time | relevance | path

Searched refs:certificateRequestMsg (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1344 type certificateRequestMsg struct { struct
1356 func (m *certificateRequestMsg) equal(i interface{}) bool { argument
1357 m1, ok := i.(*certificateRequestMsg)
1368 func (m *certificateRequestMsg) marshal() (x []byte) { argument
1423 func (m *certificateRequestMsg) unmarshal(data []byte) bool { argument
Dhandshake_client.go463 certReq, ok := msg.(*certificateRequestMsg)
Dhandshake_server.go551 certReq := &certificateRequestMsg{
Dconn.go999 m = &certificateRequestMsg{