const google.golang.org/grpc/credentials.PrivacyAndIntegrity

7 uses

	google.golang.org/grpc/credentials (current package)
		credentials.go#L69: 	PrivacyAndIntegrity
		credentials.go#L79: 	case PrivacyAndIntegrity:
		tls.go#L103: 			SecurityLevel: PrivacyAndIntegrity,
		tls.go#L122: 			SecurityLevel: PrivacyAndIntegrity,

	google.golang.org/grpc/internal/transport
		handler_server.go#L383: 		pr.AuthInfo = credentials.TLSInfo{State: *req.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}
		http2_client.go#L294: 					if secLevel != credentials.InvalidSecurityLevel && secLevel < credentials.PrivacyAndIntegrity {
		http2_client.go#L659: 			if !t.isSecure || credentials.CheckSecurityLevel(ri.AuthInfo, credentials.PrivacyAndIntegrity) != nil {