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#L156: 			SecurityLevel: PrivacyAndIntegrity,
		tls.go#L187: 			SecurityLevel: PrivacyAndIntegrity,

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