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

7 uses

	google.golang.org/grpc/credentials (current package)
		credentials.go#L68: 	PrivacyAndIntegrity
		credentials.go#L78: 	case PrivacyAndIntegrity:
		tls.go#L158: 			SecurityLevel: PrivacyAndIntegrity,
		tls.go#L189: 			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#L305: 					if secLevel != credentials.InvalidSecurityLevel && secLevel < credentials.PrivacyAndIntegrity {
		http2_client.go#L709: 			if !t.isSecure || credentials.CheckSecurityLevel(ri.AuthInfo, credentials.PrivacyAndIntegrity) != nil {