google.golang.org/grpc/credentials.TLSInfo.State (field)

7 uses

	google.golang.org/grpc/credentials (current package)
		tls.go#L36: 	State tls.ConnectionState
		tls.go#L50: 		StandardName: cipherSuiteLookup[t.State.CipherSuite],
		tls.go#L53: 	if len(t.State.PeerCertificates) > 0 {
		tls.go#L54: 		v.RemoteCertificate = t.State.PeerCertificates[0].Raw
		tls.go#L101: 		State: conn.ConnectionState(),
		tls.go#L120: 		State: conn.ConnectionState(),

	google.golang.org/grpc/internal/transport
		handler_server.go#L383: 		pr.AuthInfo = credentials.TLSInfo{State: *req.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}