Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go924 var certMsg *certificateMsg
941 certMsg = &certificateMsg{
954 if certMsg, ok = msg.(*certificateMsg); !ok {
1094 certMsg := &certificateMsg{
1198 certMsg, ok := msg.(*certificateMsg)
1295 certMsg := new(certificateMsg)
1399 func (hs *clientHandshakeState) verifyCertificates(certMsg *certificateMsg) error {
Dhandshake_server.go875 certMsg := &certificateMsg{
1057 certMsg, ok := msg.(*certificateMsg)
1622 certMsg := new(certificateMsg)
1712 var certMsg *certificateMsg
1714 if certMsg, ok = msg.(*certificateMsg); ok {
Dhandshake_messages.go1630 type certificateMsg struct { struct
1637 func (m *certificateMsg) marshal() (x []byte) { argument
1685 func (m *certificateMsg) unmarshal(data []byte) bool { argument
Dconn.go1366 m = &certificateMsg{