Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go958 var certReq *certificateRequestMsg
971 certReq, ok = msg.(*certificateRequestMsg)
1356 certReq, ok := msg.(*certificateRequestMsg)
2085 func selectClientCertificate(c *Conn, certReq *certificateRequestMsg) (*Certificate, error) { argument
Dhandshake_messages.go2212 type certificateRequestMsg struct { struct
2233 func (m *certificateRequestMsg) marshal() []byte { argument
2312 func (m *certificateRequestMsg) unmarshal(data []byte) bool { argument
Dhandshake_server.go873 certReq := &certificateRequestMsg{
1737 certReq := &certificateRequestMsg{
Dconn.go1413 m = &certificateRequestMsg{