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.go880 var certReq *certificateRequestMsg
893 certReq, ok = msg.(*certificateRequestMsg)
1257 certReq, ok := msg.(*certificateRequestMsg)
1945 func selectClientCertificate(c *Conn, certReq *certificateRequestMsg) (*Certificate, error) { argument
Dhandshake_messages.go1979 type certificateRequestMsg struct { struct
2000 func (m *certificateRequestMsg) marshal() []byte { argument
2079 func (m *certificateRequestMsg) unmarshal(data []byte) bool { argument
Dhandshake_server.go852 certReq := &certificateRequestMsg{
1664 certReq := &certificateRequestMsg{
Dconn.go1372 m = &certificateRequestMsg{