Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/credentials/
Dcredentials.go128 if len(t.State.PeerCertificates) > 0 {
129 v.RemoteCertificate = t.State.PeerCertificates[0].Raw
/external/boringssl/src/ssl/test/runner/
Dcommon.go251 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer member
Dconn.go1844 state.PeerCertificates = c.peerCertificates
Drunner.go868 if len(connState.PeerCertificates) != len(test.expectPeerCertificate.Certificate) {
869 …("expected peer to send %d certificates, but got %d", len(connState.PeerCertificates), len(test.ex…
871 for i, cert := range connState.PeerCertificates {