github-vet / github-vet/rangeloop-pointer-findings

keybase/client: go/engine/saltpack_user_keyfinder.go; 18 LoC

Open
#7,538 0 comments 0 reactions 0 assignees View on GitHub
fresh small
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
PR metrics pending

Description

Found a possible issue in [keybase/client](https://www.github.com/keybase/client) at [go/engine/saltpack_user_keyfinder.go](https://github.com/keybase/client/blob/a144e0ce38ee9e495cc5acbcd4ef859f5534d820/go/engine/saltpack_user_keyfinder.go#L204-L221)

Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.

> function call which takes a reference to key at line 206 may start a goroutine

[Click here to see the code in its original context.](https://github.com/keybase/client/blob/a144e0ce38ee9e495cc5acbcd4ef859f5534d820/go/engine/saltpack_user_keyfinder.go#L204-L221)

Click here to show the 18 line(s) of Go which triggered the analyzer.

```go
for KID, key := range upk.DeviceKeys {
// Note: for Nacl encryption keys, the DeviceType field is not set, so we need to look at the "parent" signing key
if e.isPaperEncryptionKey(&key, &upk.DeviceKeys) {
hasPaperKey = true
if e.Arg.UsePaperKeys {
keys = append(keys, KID)
m.Debug("adding user %v's paper key", upk.Username)
}
}

if libkb.KIDIsDeviceEncrypt(KID) && !e.isPaperEncryptionKey(&key, &upk.DeviceKeys) {
hasDeviceKey = true
if e.Arg.UseDeviceKeys {
keys = append(keys, KID)
m.Debug("adding user %v's device key", upk.Username)
}
}
}

```

Click here to show extra information the analyzer produced.

```
The following paths through the callgraph could lead to a goroutine:
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Push, 1) -> (PushContext, 2) -> (Remote, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (MaybeFinishTrace, 2) -> (SetError, 0) -> (addEvent, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WaitForCompleteFlush, 2) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (enableLocked, 5) -> (makeTLFJournal, 14)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Shutdown, 0) -> (getReadTimeout, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Read, 4) -> (Read, 6) -> (newFileData, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (setAuth, 1) -> (NewSession, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (setReachability, 1) -> (HandleReachability, 1) -> (Reachability, 1) -> (PushConnectionStatusChange, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseComplete, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Remove, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (Contents, 0) -> (newDiffFile, 5) -> (setBitmapRange, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (handleQuery, 1) -> (parseQuery, 1) -> (setAuth, 1) -> (NewSession, 0) -> (PublicKeysCallback, 1) -> (publicKeyCallback, 1) -> (Dispatch, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (syncReplayThread, 0) -> (replayInBandMessages, 4) -> (handleInBandMessageWithHandler, 4) -> (RangesToDismiss, 0) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (StateMachineConsumeLocalDismissal, 2) -> (ConsumeLocalDismissal, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewTransport, 5) -> (newPacketizer, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RunProvisionee, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Cleanup, 0) -> (RemoveAll, 1) -> (GetUsersWithStoredSecrets, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (startLoop, 0) -> (makeContext, 1) -> (dropAll, 0) -> (handlePacket, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CacheProvisioningKey, 2) -> (NewSelfDestructingDeviceWithKeys, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (PrimeSecretStores, 1) -> (PrimeSecretStore, 2) -> (StoreSecret, 3) -> (Warning, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (max, 2) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Notify, 2) -> (RecordCallWithMethodType, 5) -> (checkConversationRekey, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (fetchAndStoreRootFromServerLocked, 2) -> (verifySkipSequenceAndRoot, 6) -> (verifyRootHelper, 4) -> (verifyRootSkips, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Load, 3) -> (calculateAndCacheMemberCount, 1) -> (KeybaseUserVersion, 0) -> (ParseUserVersion, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 2) -> (StoreUint64, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RunProvisionee, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Delete, 3) -> (onDel, 0) -> (remove, 0) -> (bytesToString, 1) -> (MarkDeleted, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (putMultiPipeline, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Seek, 2) -> (StoreUint64, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (parse, 2) -> (parseTag, 1) -> (parseVariants, 3) -> (resizeRange, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CurrentSession, 2) -> (EncryptionKey, 0) -> (derivedSecret, 2) -> (MakeNaclDHKeyPairFromSecret, 1) -> (lookupFromServerBatch, 4) -> (refreshersForUIDs, 1) -> (monitorEditsChat, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (HandleChatRequestInfo, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (freezeRSRC, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Read, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2) -> (mount, 4) -> (FileConn, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Connect, 1) -> (handleParams, 0) -> (sendEncryptedPassword, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamName, 0) -> (doOneAction, 12)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1) -> (writePrefixLine, 3) -> (prepareFields, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Update, 1) -> (UpdateContext, 2) -> (update, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (getTLFJournal, 2) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 14)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Dial, 2) -> (dialerForRequest, 1) -> (ParseIP, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (getMDForRead, 3) -> (ReadOnly, 0) -> (goTracked, 1) -> (ResolvedUsersMap, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (check, 1) -> (checkBucket, 4) -> (typ, 0) -> (compareKeys, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (putMultiPipeline, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Sign, 3) -> (fromBig, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (panicf, 3) -> (ValidRune, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (broadcastMessageHandler, 0) -> (broadcastMessageOnce, 2) -> (handleOutOfBandMessage, 2) -> (HandleOobm, 2) -> (handleRequestStatus, 2) -> (UpdateRequest, 2) -> (enqueueRequest, 1) -> (HandleChatResetConversation, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (doTimedProfile, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (getMDForRead, 3) -> (ReadOnly, 0) -> (goTracked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Free, 0) -> (unref, 0) -> (freeTrace, 1) -> (delete, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Rename, 5) -> (RecordCallWithMethodType, 8) -> (Res, 0) -> (ShowResult, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (parseVariants, 3) -> (resizeRange, 3) -> (isProduction, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5) -> (shutdownLoop, 0) -> (NewSigsList, 2) -> (UpdateMetadata, 5) -> (prefetchDirectDirBlock, 8) -> (request, 10)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (setAuth, 1) -> (NewSession, 0) -> (PublicKeysCallback, 1) -> (publicKeyCallback, 1) -> (Dispatch, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1) -> (writePrefixLine, 3) -> (prepareFields, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Check, 0) -> (f, 1) -> (checkBucket, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (send, 1) -> (wrap, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2) -> (AfterNodes, 1) -> (Exited, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Lookup, 3) -> (Readlink, 1) -> (mountpointMatchesRunmode, 2) -> (DWORD, 1) -> (createLinkLocked, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (setAuth, 1) -> (NewSession, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (load, 2) -> (storeToDB, 2) -> (PutObj, 3) -> (jsonLocalDbPutObj, 4) -> (TeamRoleMapChanged, 1) -> (NewTeamContactSettingsBlockError, 1) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (computeProbes, 9) -> (lookupProbes, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (UserChanged, 2) -> (Notify, 4) -> (ClientCancel, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (check, 1) -> (checkBucket, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2) -> (RuntimeStatsUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (check, 1) -> (checkBucket, 4) -> (freepages, 0) -> (compareKeys, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (InBandMessagesSince, 4) -> (replayLog, 3) -> (FilterFutureDismissals, 3) -> (isArchivableOp, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (close, 0) -> (eof, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (check, 1) -> (checkBucket, 4) -> (typ, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Create, 1) -> (newFile, 3) -> (isCrossBoundaries, 1) -> (Sendpayment, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ClearSecretsOnDeprovision, 2) -> (Nuke, 0) -> (RemoveAll, 1) -> (NewUserConfigEngine, 2) -> (IsOneshot, 0) -> (Hello, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (BackgroundContextWithCancellationDelayer, 0) -> (NewContextReplayable, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (runUnlessCanceled, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (startLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Select, 1) -> (Index, 0) -> (createIndex, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (startLoop, 0) -> (makeContext, 1) -> (dropAll, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Set, 3) -> (Setxattr, 4) -> (ExtattrSetFile, 5) -> (jsonLocalDbPutObj, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Connect, 1) -> (handleParams, 0) -> (sendEncryptedPassword, 2) -> (EncryptOAEP, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (seek, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (LogoutWithOptions, 1) -> (LogoutUsernameWithOptions, 2) -> (OnLogout, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Stop, 1) -> (debug, 3) -> (waitForExit, 3) -> (Exited, 0) -> (PublicKeysCallback, 1) -> (publicKeyCallback, 1) -> (Dispatch, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1) -> (FavoriteData, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (LoadUser, 1) -> (cacheUserServiceSummary, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (levelDbGetWhich, 3) -> (markRecentlyUsed, 2) -> (attemptClean, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Search, 1) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1) -> (writePrefixLine, 3) -> (getDocStoredOffsets, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (monitorAppState, 0) -> (NextSuspendUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (chooseDevice, 2) -> (explainChange, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Shutdown, 1) -> (debug, 2) -> (clearAccounts, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (updateSecretStore, 3) -> (StoreSecret, 3) -> (Warning, 4) -> (keystoreDir, 2) -> (getStorageDir, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WriteFile, 4) -> (Syscall6, 8)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Open, 3) -> (makeInheritSa, 0) -> (newChunkReader, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Open, 1) -> (newFile, 3) -> (isCrossBoundaries, 1) -> (multiWriteSyncer, 1) -> (Verify, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (panicf, 3) -> (ValidRune, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (State, 4) -> (state, 4) -> (MakeStateWithLookupTable, 2) -> (MakeState, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (verifyLocalStorage, 3) -> (RetrieveSecret, 2) -> (ClearSecret, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2) -> (AfterNodes, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3) -> (incCounter, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (panicf, 3) -> (ValidRune, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (Normalize, 1) -> (Unsplit, 1) -> (AppendChild, 1) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Delete, 3) -> (onDel, 0) -> (remove, 0) -> (bytesToString, 1) -> (MarkDeleted, 3) -> (setTaskResult, 3) -> (uploadFile, 4) -> (Details, 0) -> (putMultiPipeline, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Delete, 1) -> (appendRec, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DoCommand, 4) -> (checkForRetry, 1) -> (IsThrottleError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (check, 0) -> (encryptionBlockNumber, 1) -> (checkBucket, 4) -> (newFreelist, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (cleanup, 0) -> (drop, 0) -> (Drop, 0) -> (waitForExit, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (HandlePaperKeyCached, 3) -> (PaperKeyCached, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (send, 1) -> (wrap, 0) -> (notifyBlockers, 2) -> (AfterNodes, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (GetPassphraseStreamStored, 1) -> (GetPassphraseStreamViaPrompt, 1) -> (PassphraseStreamAndTriplesec, 0) -> (ComputeClientHalf, 0) -> (keystoreDir, 2) -> (getStorageDir, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (SyncAll, 0) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (InBandMessagesSince, 4) -> (replayLog, 3) -> (FilterFutureDismissals, 3) -> (isArchivableOp, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (getBucket, 1) -> (log2, 1) -> (simpleNameMatch, 2) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1) -> (newLevelDbCleanerWithConfig, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (verifyLocalStorage, 3) -> (RetrieveSecret, 2) -> (ClearSecret, 2) -> (DeleteItem, 1) -> (SecItemDelete, 1) -> (SetData, 1) -> (SendMessage, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (sendNotification, 1) -> (CallLoginHooks, 1) -> (RecordLoginTime, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CurrentSession, 2) -> (EncryptionKey, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1) -> (writePrefixLine, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (start, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Connect, 1) -> (handleParams, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (unmount, 1) -> (CombinedOutput, 0) -> (setAuth, 1) -> (NewSession, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (ReadUnverified, 4) -> (tlfNameFn, 0) -> (writeDiskVersions, 3) -> (writeDiskBox, 3) -> (FetchContext, 2) -> (AppendSlice, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (AddFromString, 1) -> (AddHost, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Finish, 1) -> (Put, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Update, 1) -> (UpdateContext, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Run, 0) -> (receiveFrames, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NotifyOverallSyncStatus, 2) -> (RecordCallWithMethodType, 5) -> (HandleFSOverallSyncStatusChanged, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NotifyPathUpdated, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (newBlockPutStateDisk, 4) -> (doOneAction, 12) -> (updateOps, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (newDiskBlockCacheLocalFromStorage, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (DecRef, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (newIndexUsing, 5) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (openIndexUsing, 2) -> (Register, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Select, 1) -> (Evaluate, 1) -> (iteratorFunc, 1) -> (MoveNext, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (handleQuery, 1) -> (parseQuery, 1) -> (setAuth, 1) -> (NewSession, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (PrimeSecretStores, 1) -> (PrimeSecretStore, 2) -> (StoreSecret, 3) -> (Warning, 4) -> (keystoreDir, 2) -> (getStorageDir, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (newIndexUsing, 5) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0) -> (deliver, 4) -> (IsBadgableType, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Start, 1) -> (start, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Stop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Set, 3) -> (Setxattr, 4) -> (ExtattrSetFile, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 2) -> (tlfHandleChange, 2) -> (TlfHandleChange, 2) -> (changeHandle, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (decode, 4) -> (textDecode, 3) -> (mustParse, 3) -> (ParseTimestamp, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (panicf, 3) -> (ValidRune, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedDowngrades, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (dial, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NotifyOnlineStatusChanged, 2) -> (RecordCallWithMethodType, 5) -> (HandleFSOnlineStatusChanged, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (freezeRSRC, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskQuotaCacheLocalFromStorage, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (LaunchProcessor, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 4) -> (BackgroundWithLogTags, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (gobble, 1) -> (setError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Serve, 1) -> (serve, 1) -> (handleRequest, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Select, 1) -> (Index, 0) -> (createIndex, 0) -> (WriteUint32, 2) -> (WriteUint64, 2) -> (GetMerkleKIDs, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (New, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (MaybeFinishTrace, 2) -> (SetError, 0) -> (addEvent, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Search, 1) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (verifyLocalStorage, 3) -> (RetrieveSecret, 2) -> (ClearSecret, 2) -> (DeleteItem, 1) -> (SecItemDelete, 1) -> (SetData, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewClient, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (unref, 0) -> (freeTrace, 1) -> (delete, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (HandleWebOfTrustChanged, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (ResetCaches, 0) -> (journalizeBcaches, 1) -> (blockCache, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (send, 1) -> (wrap, 0) -> (notifyBlockers, 2) -> (AfterNodes, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 1) -> (appendKV, 2) -> (compactionExitTransact, 0) -> (compactionExitTransact, 0) -> (HintLatestSeqno, 2) -> (getStorageDir, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (getTLFJournal, 2) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 14) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewTicker, 1) -> (run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 3) -> (Do, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (get, 2) -> (fnv32a, 1) -> (sfiSortedByEncName, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (AddConnection, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (WithTimeout, 2) -> (WithDeadline, 2) -> (cancel, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (get, 3) -> (backoff, 3) -> (backoffFn, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 1) -> (appendKV, 2) -> (compactionExitTransact, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Put, 4) -> (VLogf, 4) -> (ObjType, 1) -> (jsonLocalDbPutObj, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (parseSSH, 3) -> (run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (cleanup, 0) -> (drop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (loop, 0) -> (dropAll, 0) -> (handlePacket, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (UnstageForTesting, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamName, 0) -> (doOneAction, 12) -> (updateOps, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Cleanup, 0) -> (RemoveAll, 1) -> (GetUsersWithStoredSecrets, 1) -> (stripExt, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (send, 1) -> (wrap, 0) -> (Float64, 0) -> (Rat, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 4) -> (BackgroundWithLogTags, 0) -> (CopyTagsToBackground, 1) -> (GetAppStatus, 0) -> (appStatusToTypedError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskMDCacheLocalFromStorage, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (check, 1) -> (checkBucket, 4) -> (forEachPage, 3) -> (compareKeys, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Transform, 3) -> (transform, 3) -> (init, 2) -> (setBytes, 1) -> (compareKeys, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Call, 5) -> (GetDetail, 0) -> (CancelRequest, 1) -> (mustGetMetadata, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (MakeConflictBranchNameFromExtension, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (freezeRSRC, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Index, 3) -> (ParseGpgIndexStream, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (DoCommand, 4) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (handleMessage, 2) -> (SendChat, 5) -> (sendNonblock, 8) -> (NewMessageBodyWithFlip, 1) -> (FlipGameIDStr, 1) -> (moveBetweenCachesLocked, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newPackWrite, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (GetRepoAndID, 5) -> (mount, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (get, 3) -> (backoff, 3) -> (backoffFn, 3) -> (CFCopyTypeIDDescription, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0) -> (deliver, 4) -> (FetchContext, 2) -> (GetSelectedConversation, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 4) -> (BackgroundWithLogTags, 0) -> (CopyTagsToBackground, 1) -> (GetAppStatus, 0) -> (appStatusToTypedError, 1) -> (NewTeamContactSettingsBlockError, 1) -> (makeMissingKeyBundlesError, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (call, 6) -> (Call, 7) -> (Res, 0) -> (ShowResult, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (parse, 2) -> (parseTag, 1) -> (parseVariants, 3) -> (resizeRange, 3) -> (isProduction, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (call, 6) -> (Call, 7) -> (Res, 0) -> (ShowResult, 0) -> (NewValueWhitelist, 0) -> (newMsgpackzipCompressor, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Run, 0) -> (receiveFrames, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (parseSSH, 3) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (loop, 1) -> (cancelLoop, 0) -> (doFullIndex, 3) -> (indexNewlySyncedTlf, 3) -> (indexNewlySyncedTlfDir, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Search, 1) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (getBucket, 1) -> (log2, 1) -> (simpleNameMatch, 2) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Shutdown, 1) -> (debug, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (ReadUnverified, 4) -> (tlfNameFn, 0) -> (writeDiskVersions, 3) -> (writeDiskBox, 3) -> (FetchContext, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (PrimeSecretStores, 1) -> (PrimeSecretStore, 2) -> (StoreSecret, 3) -> (Warning, 4) -> (keystoreDir, 2) -> (getStorageDir, 2) -> (outWorker, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3) -> (incCounter, 1) -> (keyEq, 2) -> (forceLinkMapRefreshForUser, 2) -> (userPreload, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (newContext, 1) -> (CleanupCancellationDelayer, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (WithContext, 1) -> (NewContextWithLogTags, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2) -> (mount, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Open, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Stop, 1) -> (debug, 3) -> (waitForExit, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5) -> (shutdownLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Release, 0) -> (FreeLibrary, 1) -> (delete, 1) -> (delete, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Stat, 2) -> (fillStat_t, 2) -> (fstatat, 4) -> (callfstatat, 4) -> (IsReader, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (check, 1) -> (checkBucket, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2) -> (mount, 4) -> (FileConn, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ResetCaches, 0) -> (MakeLogger, 1) -> (loggerFn, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewClient, 3) -> (closeAll, 0) -> (Reject, 2) -> (ackRequest, 1) -> (callsetsockopt, 5) -> (checkAddr, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getMDForRead, 3) -> (identifyOnce, 2) -> (goTracked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (WithCancel, 1) -> (cancel, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Transform, 3) -> (transform, 3) -> (init, 2) -> (setBytes, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 4) -> (BackgroundWithLogTags, 0) -> (CopyTagsToBackground, 1) -> (GetAppStatus, 0) -> (appStatusToTypedError, 1) -> (NewTeamContactSettingsBlockError, 1) -> (makeMissingKeyBundlesError, 0) -> (GetHistoricTLFCryptKey, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8) -> (GetRepoAndID, 5) -> (printProgress, 4) -> (callMount, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewReporter, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (CheckReachability, 1) -> (reconnectContext, 1) -> (initNewConnection, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (check, 1) -> (checkBucket, 4) -> (forEachPage, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (check, 0) -> (encryptionBlockNumber, 1) -> (checkBucket, 4) -> (newFreelist, 1) -> (compareKeys, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DialWithConfig, 1) -> (Dial, 3) -> (dialContext, 4) -> (FromEnvironmentUsing, 1) -> (AddFromString, 1) -> (AddHost, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (MaybeFinishTrace, 2) -> (SetError, 0) -> (addEvent, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (invalidateAllNodesLocked, 2) -> (batchChanges, 3) -> (BatchChanges, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (notify, 3) -> (HandleTeamChangedByBothKeys, 9) -> (HandleTeamChangedByName, 8) -> (TeamChangedByName, 6) -> (TeamNameChanged, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Fix, 2) -> (ReadUnverified, 4) -> (tlfNameFn, 0) -> (merge, 2) -> (mergeExtension, 2) -> (Clone, 1) -> (lookupFloat64, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (closeLocked, 0) -> (Stop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (BackgroundContextWithCancellationDelayer, 0) -> (NewContextReplayable, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewClient, 3) -> (closeAll, 0) -> (Reject, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Call, 5) -> (GetDetail, 0) -> (CancelRequest, 1) -> (mustGetMetadata, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4) -> (FullSyncStarted, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newPackWrite, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseComplete, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2) -> (userPreload, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (start, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseComplete, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (callpause, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (handleQuery, 1) -> (parseQuery, 1) -> (setAuth, 1) -> (NewSession, 0) -> (PublicKeysCallback, 1) -> (publicKeyCallback, 1) -> (Dispatch, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (fixThreadFetch, 2) -> (Pull, 7) -> (NotNil, 2) -> (NotNil, 3) -> (getLen, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Load, 1) -> (NewStorage, 1) -> (newStorageGeneric, 7) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Next, 1) -> (noEOF, 0) -> (textDecode, 3) -> (mustParse, 3) -> (ParseTimestamp, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamName, 0) -> (MakeImmutableBareRootMetadata, 4) -> (updateOps, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2) -> (AfterNodes, 1) -> (Exited, 0) -> (PublicKeysCallback, 1) -> (publicKeyCallback, 1) -> (Dispatch, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (unrefLocked, 0) -> (delete, 1) -> (delete, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getCommon, 3) -> (DoRequest, 4) -> (newCountingReader, 1) -> (numRead, 0) -> (NewAPIErrorFromHTTPResponse, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (syncReplayThread, 0) -> (replayInBandMessages, 4) -> (handleInBandMessageWithHandler, 4) -> (RangesToDismiss, 0) -> (handleGregorDismissal, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 1) -> (appendKV, 2) -> (compactionExitTransact, 0) -> (compactionExitTransact, 0) -> (HintLatestSeqno, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (List, 1) -> (IterReferences, 0) -> (NewReferenceSliceIter, 1) -> (addRefFromHEAD, 1) -> (readReferenceFile, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (enableDebugServer, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 1) -> (resetWorktree, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (HandleLogin, 2) -> (SendLogin, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (UserChanged, 2) -> (Notify, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Open, 1) -> (newFile, 3) -> (isCrossBoundaries, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5) -> (shutdownLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Finish, 0) -> (addMeasurement, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (HandleSaltpackOperationDone, 3) -> (runListeners, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NotifySyncStatus, 2) -> (RecordCallWithMethodType, 5) -> (HandleFSSyncEvent, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (getBucket, 1) -> (log2, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (sendNotification, 1) -> (CallLoginHooks, 1) -> (RecordLoginTime, 2) -> (loginTimesDbKey, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (verifyLocalStorage, 3) -> (RetrieveSecret, 2) -> (ClearSecret, 2) -> (DeleteItem, 1) -> (SecItemDelete, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Create, 1) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0) -> (deliver, 4) -> (newConvLoaderPagebackHook, 3) -> (GetSelectedConversation, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (AcquireWithContextAndTimeout, 3) -> (AcquireWithContext, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (recover, 0) -> (recordCommited, 1) -> (computeCompaction, 0) -> (logf, 5) -> (syncRLocked, 0) -> (findPackedRefs, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (channelToWaitGroup, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Put, 4) -> (VLogf, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getByteSlicesInOffsetRange, 4) -> (CErrorf, 2) -> (getBlocksForOffsetRange, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DialWithConn, 4) -> (connect, 3) -> (callconnect, 3) -> (check, 3) -> (checkAddr, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (panicf, 3) -> (ValidRune, 1) -> (BackgroundFlushesEnabled, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamID, 0) -> (doOneAction, 12)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (dispatch, 0) -> (startWorker, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8) -> (GetRepoAndID, 5) -> (printProgress, 4) -> (callMount, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Write, 3) -> (value, 1) -> (imag, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (unmount, 1) -> (CombinedOutput, 0) -> (setAuth, 1) -> (NewSession, 0) -> (PublicKeysCallback, 1) -> (publicKeyCallback, 1) -> (Dispatch, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (check, 1) -> (checkBucket, 4) -> (typ, 0) -> (compareKeys, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (levelDbGetWhich, 3) -> (markRecentlyUsed, 2) -> (attemptClean, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (PassphraseLoginPromptWithArg, 3) -> (pplPromptLoop, 4) -> (pplPromptOnce, 3) -> (GetKeybasePassphrase, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (remove, 1) -> (index, 1) -> (Panicf, 2) -> (log2, 1) -> (bytesToString, 1) -> (MarkDeleted, 3) -> (NewBufReadResetter, 1) -> (uploadFile, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Select, 1) -> (Index, 0) -> (createIndex, 0) -> (WriteUint32, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (updateSecretStore, 3) -> (StoreSecret, 3) -> (Warning, 4) -> (keystoreDir, 2) -> (getStorageDir, 2) -> (outWorker, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (putMultiPipeline, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (loop, 0) -> (dropAll, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (recover, 0) -> (recordCommited, 1) -> (getScratch, 1) -> (writeFileSynced, 3) -> (syncRLocked, 0) -> (createHeadIfCorrectReference, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (cleanup, 0) -> (After, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (fixThreadFetch, 2) -> (Pull, 7) -> (NotNil, 2) -> (NotNil, 3) -> (getLen, 1) -> (flatten, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4) -> (FullSyncStarted, 4) -> (tlfQueueForProgress, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (GetPassphraseStreamStored, 1) -> (GetPassphraseStreamViaPrompt, 1) -> (PassphraseStreamAndTriplesec, 0) -> (ComputeClientHalf, 0) -> (keystoreDir, 2) -> (getStorageDir, 2) -> (outWorker, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (readDir, 1) -> (makeFileInfo, 3) -> (Readlink, 1) -> (mountpointMatchesRunmode, 2) -> (DWORD, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (start, 0) -> (fn, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (monitorAppState, 0) -> (NextSuspendUpdate, 1) -> (timeOrOffsetString, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DecRef, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Connect, 1) -> (handleParams, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Get, 3) -> (Do, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (finish, 2) -> (Open, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewTicker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 1) -> (appendKV, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (check, 1) -> (checkBucket, 4) -> (forEachPage, 3) -> (compareKeys, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Set, 3) -> (Setxattr, 4) -> (ExtattrSetFile, 5) -> (jsonLocalDbPutObj, 4) -> (IsBadgableType, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (broadcastMessageHandler, 0) -> (broadcastMessageOnce, 2) -> (handleOutOfBandMessage, 2) -> (HandleOobm, 2) -> (handleRequestStatus, 2) -> (UpdateRequest, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Connect, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Update, 1) -> (UpdateContext, 2) -> (update, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (broadcastMessageHandler, 0) -> (broadcastMessageOnce, 2) -> (handleOutOfBandMessage, 2) -> (HandleOobm, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (set, 1) -> (timeoutIO, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (LoadMe, 1) -> (LoadUser, 1) -> (cacheUserServiceSummary, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (NewTicker, 1) -> (run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Call, 5) -> (GetDetail, 0) -> (CancelRequest, 1) -> (mustGetMetadata, 1) -> (getMetadata, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (newIndexUsing, 5) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (PutS3, 5) -> (putMultiPipeline, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DoCommand, 4) -> (checkForRetry, 1) -> (IsThrottleError, 1) -> (notify, 2) -> (reconnectBackoff, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Push, 1) -> (PushContext, 2) -> (Remote, 1) -> (newRemote, 2) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 3) -> (notifyBatchLocked, 3) -> (notifyOneOpLocked, 5) -> (searchForNode, 3) -> (SearchForNodes, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (dispatch, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (PushContext, 2) -> (Remote, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (get, 2) -> (fnv32a, 1) -> (sfiSortedByEncName, 1) -> (flagGet, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (recover, 0) -> (recordCommited, 1) -> (getScratch, 1) -> (ForceAcquire, 1) -> (syncRLocked, 0) -> (findPackedRefs, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (Normalize, 1) -> (Unsplit, 1) -> (simpleNameMatch, 2) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (remove, 1) -> (index, 1) -> (Panicf, 2) -> (log2, 1) -> (bytesToString, 1) -> (MarkDeleted, 3) -> (NewBufReadResetter, 1) -> (uploadFile, 4) -> (PutS3, 5) -> (putMultiPipeline, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (listenLoop, 1) -> (handle, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (startLoop, 0) -> (loop, 1) -> (cancelLoop, 0) -> (doFullIndex, 3) -> (indexNewlySyncedTlf, 3) -> (indexNewlySyncedTlfDir, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (Worktree, 0) -> (setHEADToBranch, 2) -> (writeRoaringWithLen, 3) -> (HandleCanUserPerformChanged, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Stop, 1) -> (debug, 3) -> (waitForExit, 3) -> (Exited, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (doUpdateFileToIndex, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (max, 2) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1) -> (writePrefixLine, 3) -> (prepareFields, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Serve, 1) -> (serve, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (BackgroundWithCancel, 0) -> (WithCancel, 1) -> (cancel, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Select, 1) -> (Evaluate, 1) -> (iteratorFunc, 1) -> (MoveNext, 0) -> (diffLinesToRunesMunge, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Put, 4) -> (VLogf, 4) -> (ObjType, 1) -> (jsonLocalDbPutObj, 4) -> (ConvUpdate, 5) -> (HandleChatConvUpdate, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewAnalysisQueue, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Update, 1) -> (UpdateContext, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (max, 2) -> (searchMax, 2) -> (FacetResults, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (cleanup, 0) -> (After, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (NewTransport, 5) -> (newPacketizer, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Stat, 2) -> (fillStat_t, 2) -> (fillStat_t, 2) -> (callfstatat, 4) -> (NewReadAccessError, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (GetRPCClientWithContext, 1) -> (NewClient, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Rename, 5) -> (ChildName, 1) -> (CleanupCancellationDelayer, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (HandleSaltpackOperationDone, 3) -> (runListeners, 1) -> (closeAll, 0) -> (Reject, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Finish, 0) -> (addMeasurement, 1) -> (getBucket, 1) -> (log2, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (shutdownGregorClient, 1) -> (Stop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Start, 1) -> (start, 0) -> (setupFd, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4) -> (FullSyncStarted, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Load, 1) -> (NewStorage, 1) -> (newStorageGeneric, 7) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Run2, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (State, 4) -> (state, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 1) -> (appendKV, 2) -> (compactionExitTransact, 0) -> (compactionExitTransact, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Create, 1) -> (newFile, 3) -> (isCrossBoundaries, 1) -> (Sendpayment, 0) -> (deliver, 4) -> (FetchContext, 2) -> (GetSelectedConversation, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseComplete, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Connect, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Finish, 0) -> (addMeasurement, 1) -> (getBucket, 1) -> (log2, 1) -> (simpleNameMatch, 2) -> (Discover, 0) -> (findFileIn, 3) -> (sameFile, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 3) -> (Do, 3) -> (testHookDidBodyClose, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (mkdirAll, 2) -> (Lookup, 3) -> (Readlink, 1) -> (mountpointMatchesRunmode, 2) -> (DWORD, 1) -> (createLinkLocked, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ClearSecretsOnDeprovision, 2) -> (Nuke, 0) -> (RemoveAll, 1) -> (NewUserConfigEngine, 2) -> (IsOneshot, 0) -> (Hello, 0) -> (outWorker, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Stop, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RunProvisionee, 1) -> (run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Seek, 2) -> (StoreUint64, 2) -> (fillStat_t, 2) -> (fstatat, 4) -> (callfstatat, 4) -> (registerRepoNode, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (call, 6) -> (Call, 7) -> (Res, 0) -> (ShowResult, 0) -> (encodeFrame, 1) -> (newMsgpackzipCompressor, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (NewTicker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8) -> (GetRepoAndID, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Create, 1) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0) -> (deliver, 4) -> (newConvLoaderPagebackHook, 3) -> (NewChatSyncResultWithIncremental, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8) -> (GetRepoAndID, 5) -> (mount, 4) -> (FileConn, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Call, 5) -> (GetDetail, 0) -> (CancelRequest, 1) -> (mustGetMetadata, 1) -> (getMetadata, 1) -> (reconnectBackoff, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (OpenFile, 2) -> (newFileLock, 2) -> (newRepository, 2) -> (Ref, 1) -> (packedRef, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (runUnlessCanceled, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (verifyLocalStorage, 3) -> (RetrieveSecret, 2) -> (ClearSecret, 2) -> (DeleteItem, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 3) -> (notifyBatchLocked, 3) -> (notifyOneOpLocked, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Delete, 1) -> (appendRec, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (newBlockPutStateDisk, 4) -> (doOneAction, 12)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (handleQuery, 1) -> (parseQuery, 1) -> (setAuth, 1) -> (NewSession, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (checkLoggedInAndNotRevoked, 1) -> (LogoutKeepSecrets, 0) -> (OnLogout, 1) -> (ClearMem, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Unmount, 1) -> (unmount, 1) -> (Command, 3) -> (setAuth, 1) -> (NewSession, 0) -> (PublicKeysCallback, 1) -> (publicKeyCallback, 1) -> (Dispatch, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseComplete, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Check, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (JournalStatus, 1) -> (getJournalStatus, 0) -> (getJournalStatusLocked, 0) -> (getQuotaInfo, 1) -> (getQuotaTracker, 1) -> (newQuotaBackpressureTracker, 2) -> (doBackgroundWork, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2) -> (AfterNodes, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 4) -> (BackgroundWithLogTags, 0) -> (CopyTagsToBackground, 1) -> (GetAppStatus, 0) -> (appStatusToTypedError, 1) -> (NewTeamContactSettingsBlockError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Open, 1) -> (newFile, 3) -> (isCrossBoundaries, 1) -> (multiWriteSyncer, 1) -> (Verify, 1) -> (CheckArmoredDetachedSignature, 3) -> (readArmored, 2) -> (fromMetaElement, 1) -> (HandleCanUserPerformChanged, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (WithCancel, 1) -> (cancel, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (enableDebugServer, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Put, 4) -> (VLogf, 4) -> (ObjType, 1) -> (jsonLocalDbPutObj, 4) -> (ConvUpdate, 5) -> (HandleChatConvUpdate, 5) -> (packageMaps, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedDowngrades, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 3) -> (Do, 3) -> (testHookDidBodyClose, 0) -> (delete, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Parse, 1) -> (RemakeString, 0) -> (equalTags, 1) -> (parseVariants, 3) -> (resizeRange, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (EncryptOAEP, 5) -> (mgf1XOR, 3) -> (incCounter, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Select, 1) -> (Index, 0) -> (createIndex, 0) -> (WriteUint32, 2) -> (WriteUint64, 2) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (BackgroundContextWithCancellationDelayer, 0) -> (NewContextReplayable, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0) -> (deliver, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (newIndexUsing, 5) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseComplete, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2) -> (userPreload, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 1) -> (appendKV, 2) -> (compactionExitTransact, 0) -> (compactionExitTransact, 0) -> (HintLatestSeqno, 2) -> (getStorageDir, 2) -> (outWorker, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (lexSSH, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Fix, 2) -> (ReadUnverified, 4) -> (tlfNameFn, 0) -> (merge, 2) -> (mergeExtension, 2) -> (Clone, 1) -> (lookupFloat64, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (panicf, 3) -> (ValidRune, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (newDiskBlockCacheLocalFromStorage, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (startLoop, 0) -> (loop, 1) -> (cancelLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Set, 3) -> (Setxattr, 4) -> (ExtattrSetFile, 5) -> (jsonLocalDbPutObj, 4) -> (UpdateLocalMtime, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (AddConnection, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CurrentSession, 2) -> (EncryptionKey, 0) -> (derivedSecret, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RunProvisioner, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (SyncAll, 0) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (InBandMessagesSince, 4) -> (replayLog, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (call, 6) -> (Call, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Connect, 1) -> (handleParams, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (HandleSaltpackOperationDone, 3) -> (runListeners, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (Normalize, 1) -> (Unsplit, 1) -> (simpleNameMatch, 2) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1) -> (newLevelDbCleanerWithConfig, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (UnstageForTesting, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (recover, 0) -> (recordCommited, 1) -> (computeCompaction, 0) -> (logf, 5) -> (syncRLocked, 0) -> (findPackedRefs, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Resize, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Put, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Free, 0) -> (unref, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (newIndexUsing, 5) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (AddConnection, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CallLoginHooks, 1) -> (RecordLoginTime, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (KeyfamilyChanged, 2) -> (Notify, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Connect, 1) -> (handleParams, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (runUnlessCanceled, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (fetch, 7) -> (handleOnScraped, 1) -> (createEvent, 4) -> (getCurrentNode, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Fix, 2) -> (ReadUnverified, 4) -> (tlfNameFn, 0) -> (merge, 2) -> (mergeExtension, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (PushContext, 2) -> (Remote, 1) -> (newRemote, 2) -> (RemoveRef, 1) -> (rewritePackedRefsWithoutRef, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (StoreSecret, 2) -> (StoreSecret, 3) -> (Warning, 4) -> (DeleteItem, 1) -> (SecItemDelete, 1) -> (outWorker, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (max, 2) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1) -> (writePrefixLine, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (OpenFile, 2) -> (newFileLock, 2) -> (newRepository, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6) -> (assignBracketType, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (finish, 2) -> (Open, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Release, 0) -> (FreeLibrary, 1) -> (mpoolPut, 1) -> (delete, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (InBandMessagesSince, 4) -> (replayLog, 3) -> (FilterFutureDismissals, 3) -> (isArchivableOp, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (HandleCanUserPerformChanged, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 4) -> (BackgroundWithLogTags, 0) -> (CopyTagsToBackground, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Shutdown, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (MaybeFinishTrace, 2) -> (SetError, 0) -> (addEvent, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (AddFromString, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0) -> (deliver, 4) -> (IsBadgableType, 0) -> (newMessageNotifier, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6) -> (assignBracketType, 3) -> (setBracketsToType, 3) -> (getStrongTypeN0, 1) -> (goEnv, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (dispatch, 0) -> (startWorker, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (NewTransport, 5) -> (newPacketizer, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (New, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (fetchAndStoreRootFromServerLocked, 2) -> (verifySkipSequenceAndRoot, 6) -> (verifyRootHelper, 4) -> (verifyRootSkips, 2) -> (computeExpectedRootSkips, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamName, 0) -> (MakeImmutableBareRootMetadata, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1) -> (FavoriteData, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (fixThreadFetch, 2) -> (Pull, 7) -> (NotNil, 2) -> (NotNil, 3) -> (getLen, 1) -> (flatten, 1) -> (addOutputPrefix, 1) -> (outputCat, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (getByteSlicesInOffsetRange, 4) -> (CErrorf, 2) -> (getBlocksForOffsetRange, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5) -> (shutdownLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Put, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (StoreSecret, 2) -> (StoreSecret, 3) -> (Warning, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (LogoutWithOptions, 1) -> (LogoutUsernameWithOptions, 2) -> (OnLogout, 1) -> (ClearMem, 0) -> (NewSecretStoreMem, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Check, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (loop, 1) -> (cancelLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NotifyFavoritesChanged, 1) -> (FSFavoritesChangedEvent, 1) -> (HandleFSFavoritesChanged, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Create, 1) -> (newFile, 3) -> (isCrossBoundaries, 1) -> (Sendpayment, 0) -> (deliver, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamID, 0) -> (doOneAction, 12)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Open, 1) -> (newFile, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (ResetCaches, 0) -> (CWarningf, 3) -> (loggerFn, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Put, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (GetOrCreateLatestTeambotEK, 3) -> (NewIncorrectTeamEphemeralKeyTypeError, 2) -> (getOrCreateLatestTeamEKLocked, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseComplete, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1) -> (writePrefixLine, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Add, 1) -> (SetIndex, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CheckReachability, 1) -> (reconnectContext, 1) -> (initNewConnection, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Cleanup, 0) -> (RemoveAll, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DeleteFavorite, 2) -> (RecordCallWithMethodType, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (PassphraseStream, 0) -> (Clone, 0) -> (newRunContainer16CopyIv, 1) -> (cloneNode, 1) -> (AppendChild, 1) -> (GetMerkleKIDs, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (handleMessage, 2) -> (SendChat, 5) -> (sendNonblock, 8) -> (NewMessageBodyWithFlip, 1) -> (FlipGameIDStr, 1) -> (moveBetweenCachesLocked, 4) -> (request, 10)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Read, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (load, 2) -> (storeToDB, 2) -> (PutObj, 3) -> (jsonLocalDbPutObj, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Load, 3) -> (calculateAndCacheMemberCount, 1) -> (KeybaseUserVersion, 0) -> (ParseUserVersion, 1) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DialWithConfig, 1) -> (Dial, 3) -> (dialContext, 4) -> (FromEnvironmentUsing, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (setError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getTLFJournal, 2) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 14) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Delete, 3) -> (onDel, 0) -> (remove, 0) -> (bytesToString, 1) -> (MarkDeleted, 3) -> (setTaskResult, 3) -> (uploadFile, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1) -> (FavoriteData, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedDowngrades, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Check, 0) -> (f, 1) -> (checkBucket, 4) -> (newFreelist, 1) -> (compareKeys, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (checkLoggedInAndNotRevoked, 1) -> (LogoutKeepSecrets, 0) -> (OnLogout, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CallLoginHooks, 1) -> (RecordLoginTime, 2) -> (loginTimesDbKey, 1) -> (jsonLocalDbPutObj, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (recover, 0) -> (recordCommited, 1) -> (getScratch, 1) -> (writeFileSynced, 3) -> (syncRLocked, 0) -> (findPackedRefs, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (dialStreamLocal, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Read, 4) -> (Read, 6) -> (newFileData, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (getMDForRead, 3) -> (identifyOnce, 2) -> (goTracked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (startLoop, 0) -> (loop, 1) -> (cancelLoop, 0) -> (doFullIndex, 3) -> (indexNewlySyncedTlf, 3) -> (indexNewlySyncedTlfDir, 4) -> (TotalDocsSize, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Call, 5) -> (GetDetail, 0) -> (CancelRequest, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (HandleTrackingChanged, 3) -> (runListeners, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CallLoginHooks, 1) -> (RecordLoginTime, 2) -> (loginTimesDbKey, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (PrimeSecretStores, 1) -> (PrimeSecretStore, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (close, 0) -> (eof, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getTLFJournal, 2) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 14)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (scrape, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (startWorker, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (rescale, 3) -> (Resize, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Read, 1) -> (isDone, 0) -> (nextPackData, 0) -> (Channel, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 2) -> (tlfHandleChange, 2) -> (TlfHandleChange, 2) -> (changeHandle, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Clone, 0) -> (newThreadUnsafeSet, 0) -> (getJSONEncoder, 0) -> (AppendChild, 1) -> (Discover, 0) -> (findFileIn, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5) -> (shutdownLoop, 0) -> (NewSigsList, 2) -> (UpdateMetadata, 5) -> (prefetchDirectDirBlock, 8)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (enableDebugServer, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (closeLocked, 0) -> (Stop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ImplicitAdmins, 2) -> (GetUsersWithRole, 1) -> (getUserRole, 1) -> (UserRole, 1) -> (load2Inner, 2) -> (load2InnerLocked, 2) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (newContext, 1) -> (CleanupCancellationDelayer, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (getMDForRead, 3) -> (identifyOnce, 2) -> (goTracked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (check, 1) -> (checkBucket, 4) -> (freepages, 0) -> (compareKeys, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (parse, 2) -> (parseTag, 1) -> (parseVariants, 3) -> (resizeRange, 3) -> (isProduction, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (notify, 3) -> (HandleTeamChangedByBothKeys, 9) -> (HandleTeamChangedByName, 8)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Push, 1) -> (PushContext, 2) -> (Remote, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Connect, 1) -> (handleParams, 0) -> (sendEncryptedPassword, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (Normalize, 1) -> (Unsplit, 1) -> (AppendChild, 1) -> (GetMerkleKIDs, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Set, 3) -> (Setxattr, 4) -> (ExtattrSetFile, 5) -> (jsonLocalDbPutObj, 4) -> (UpdateLocalMtime, 3) -> (newMessageNotifier, 2) -> (saveJoinedTimeWithLockInner, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (send, 1) -> (wrap, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8) -> (GetRepoAndID, 5) -> (mount, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (lexSSH, 1) -> (run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Connect, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Run, 0) -> (receiveFrames, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (HasKeyForUser, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (unref, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6) -> (assignBracketType, 3) -> (setBracketsToType, 3) -> (getStrongTypeN0, 1) -> (goEnv, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (max, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getByteSlicesInOffsetRange, 4) -> (CLogf, 5) -> (getBlocksForOffsetRange, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (List, 1) -> (IterReferences, 0) -> (NewReferenceSliceIter, 1) -> (addRefFromHEAD, 1) -> (readReferenceFile, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Clone, 0) -> (newThreadUnsafeSet, 0) -> (getJSONEncoder, 0) -> (AppendChild, 1) -> (Discover, 0) -> (findFileIn, 3) -> (sameFile, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Write, 3) -> (value, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskMDCacheLocalFromStorage, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0) -> (deliver, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (Normalize, 1) -> (Unsplit, 1) -> (simpleNameMatch, 2) -> (GetMerkleKIDs, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Encode, 3) -> (ObjectsToPack, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Encode, 3) -> (ObjectsToPack, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (PassphraseStream, 0) -> (Clone, 0) -> (newRunContainer16CopyIv, 1) -> (cloneNode, 1) -> (AppendChild, 1) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1) -> (newLevelDbCleanerWithConfig, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (loadUsers, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Open, 1) -> (newFile, 3) -> (isCrossBoundaries, 1) -> (multiWriteSyncer, 1) -> (Verify, 1) -> (CheckArmoredDetachedSignature, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (newIndexUsing, 5) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (GetRepoAndID, 5) -> (mount, 4) -> (FileConn, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Open, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Call, 5) -> (GetDetail, 0) -> (CancelRequest, 1) -> (mustGetMetadata, 1) -> (getMetadata, 1) -> (reconnectBackoff, 0) -> (ShouldRetry, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (ReadUnverified, 4) -> (tlfNameFn, 0) -> (writeDiskVersions, 3) -> (writeDiskBox, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Call, 5) -> (GetDetail, 0) -> (CancelRequest, 1) -> (mustGetMetadata, 1) -> (getMetadata, 1) -> (reconnectBackoff, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Finish, 0) -> (addMeasurement, 1) -> (getBucket, 1) -> (log2, 1) -> (simpleNameMatch, 2) -> (Discover, 0) -> (findFileIn, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (broadcastMessageHandler, 0) -> (broadcastMessageOnce, 2) -> (handleOutOfBandMessage, 2) -> (HandleOobm, 2) -> (handleRequestStatus, 2) -> (UpdateRequest, 2) -> (enqueueRequest, 1) -> (HandleChatResetConversation, 4) -> (TypingUpdate, 2) -> (HandleChatTypingUpdate, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamID, 0) -> (doOneAction, 12) -> (updateOps, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (route, 1) -> (makeEldestDevice, 1) -> (ClearPwhashEddsaPassphraseStream, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (parse, 2) -> (parseTag, 1) -> (parseVariants, 3) -> (resizeRange, 3) -> (isProduction, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Finish, 0) -> (addMeasurement, 1) -> (getBucket, 1) -> (log2, 1) -> (simpleNameMatch, 2) -> (Discover, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (unref, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (GetPassphraseStreamStored, 1) -> (GetPassphraseStreamViaPrompt, 1) -> (PassphraseStreamAndTriplesec, 0) -> (ComputeClientHalf, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (check, 1) -> (checkBucket, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (unref, 0) -> (freeTrace, 1) -> (delete, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Get, 3) -> (Do, 3) -> (testHookDidBodyClose, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Put, 4) -> (VLogf, 4) -> (ObjType, 1) -> (Temporary, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (get, 3) -> (backoff, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Serve, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (remove, 1) -> (index, 1) -> (Panicf, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Shutdown, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (check, 1) -> (checkBucket, 4) -> (freepages, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WaitForCompleteFlush, 2) -> (waitForCompleteFlush, 1) -> (signalWork, 0) -> (enableLocked, 5) -> (makeTLFJournal, 14) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (syncReplayThread, 0) -> (replayInBandMessages, 4) -> (handleInBandMessageWithHandler, 4) -> (RangesToDismiss, 0) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0) -> (StateMachineConsumeLocalDismissal, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (simpleFSClient, 1) -> (NewClient, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskQuotaCacheLocalFromStorage, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Serve, 1) -> (serve, 1) -> (handleRequest, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1) -> (FavoriteData, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (start, 0) -> (fn, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Add, 1) -> (SetIndex, 1) -> (IndexWriter, 0) -> (doUpdateFileToIndex, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getCache, 1) -> (GetKVStore, 0) -> (jsonLocalDbGetInto, 3) -> (testHookDidBodyClose, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (WriteFile, 4) -> (Syscall6, 8) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Init, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (updateSecretStore, 3) -> (StoreSecret, 3) -> (Warning, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0) -> (memCompaction, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Sign, 3) -> (fromBig, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Fix, 2) -> (ReadUnverified, 4) -> (tlfNameFn, 0) -> (merge, 2) -> (mergeExtension, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (unref, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0) -> (deliver, 4) -> (IsBadgableType, 0) -> (newMessageNotifier, 2) -> (saveJoinedTimeWithLockInner, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (call, 6) -> (Call, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (startLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (fixInboxFetch, 2) -> (GetConvID, 0) -> (newFileData, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Seek, 1) -> (seek, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (handleQuery, 1) -> (parseQuery, 1) -> (setAuth, 1) -> (NewSession, 0) -> (PublicKeysCallback, 1) -> (publicKeyCallback, 1) -> (Dispatch, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Connect, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Rename, 5) -> (ChildName, 1) -> (CleanupCancellationDelayer, 1) -> (newCancellationDelayer, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ParseHandlePreferredQuick, 5) -> (ParseHandlePreferred, 6) -> (GetPreferredFormat, 1) -> (CanonicalToPreferredName, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1) -> (NewReceiverError, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (loop, 1) -> (cancelLoop, 0) -> (doFullIndex, 3) -> (indexNewlySyncedTlf, 3) -> (indexNewlySyncedTlfDir, 4) -> (TotalDocsSize, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Check, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Open, 1) -> (newFile, 3) -> (isCrossBoundaries, 1) -> (multiWriteSyncer, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DoRequest, 3) -> (doRequest, 3) -> (checkAppStatusFromJSONWrapper, 2) -> (checkAppStatus, 2) -> (appStatusToTypedError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (Worktree, 0) -> (setHEADToBranch, 2) -> (writeRoaringWithLen, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DisableCRForTesting, 2) -> (Pause, 0) -> (callpause, 0) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (rescale, 3) -> (Resize, 4) -> (resizeGeneric, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (doGet, 3) -> (convertRes, 1) -> (doRequestShared, 5) -> (numRead, 0) -> (NewAPIErrorFromHTTPResponse, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (UnstageForTesting, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Flush, 0) -> (pushback, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (FSEvent, 2) -> (checkConversationRekey, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (scrape, 7) -> (fetch, 7) -> (handleOnScraped, 1) -> (createEvent, 4) -> (getCurrentNode, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (startWorker, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Search, 1) -> (searchMax, 2) -> (FacetResults, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (check, 1) -> (checkBucket, 4) -> (freepages, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (open, 1) -> (newSink, 1) -> (factory, 1) -> (readRawBlock, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (putMultiPipeline, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (AddConnection, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (load, 2) -> (storeToDB, 2) -> (PutObj, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (monitorAppState, 0) -> (NextSuspendUpdate, 1) -> (HandleHTTPSrvInfoUpdate, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NotifyPathUpdated, 2) -> (setLastNotifyPath, 1) -> (HandleFSPathUpdated, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (InBandMessagesSince, 4) -> (replayLog, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Select, 1) -> (Index, 0) -> (createIndex, 0) -> (WriteUint32, 2) -> (WriteUint64, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Go, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Load, 1) -> (NewStorage, 1) -> (newStorageGeneric, 7) -> (newDiskStorageGeneric, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (AddFromString, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (List, 1) -> (IterReferences, 0) -> (NewReferenceSliceIter, 1) -> (addRefFromHEAD, 1) -> (readReferenceFile, 2) -> (findPackedRefsInFile, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (newIndexUsing, 5) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (ObjectsToPack, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Update, 1) -> (UpdateContext, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Put, 4) -> (VLogf, 4) -> (ObjType, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1) -> (FavoriteData, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (HandlePaperKeyCached, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Open, 3) -> (makeInheritSa, 0) -> (newChunkReader, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (check, 1) -> (checkBucket, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Resize, 4) -> (resizeGeneric, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RunProvisioner, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1) -> (doChunkedGetNonLiveBlocks, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (HandleSignup, 2) -> (SendLogin, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 14)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Ratchet, 3) -> (loadAndMutate, 2) -> (checkFrozen, 3) -> (NewManagerError, 4) -> (audit, 5) -> (GetLastCommittedSeqno, 0) -> (auditLocked, 9) -> (GetCommittedSeqno, 0) -> (computeProbes, 9) -> (lookupProbes, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (syncReplayThread, 0) -> (replayInBandMessages, 4) -> (handleInBandMessageWithHandler, 4) -> (RangesToDismiss, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Clone, 0) -> (newThreadUnsafeSet, 0) -> (getJSONEncoder, 0) -> (AppendChild, 1) -> (Discover, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (read, 5) -> (callback, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (UnstageForTesting, 5) -> (UnstageForTesting, 2) -> (unstageLocked, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Connect, 1) -> (handleParams, 0) -> (sendEncryptedPassword, 2) -> (EncryptOAEP, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (scrape, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (EncryptOAEP, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0) -> (NewMinuteHourSeries, 1) -> (NewMinuteHourSeriesWithClock, 2) -> (Worktree, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (HandleCanUserPerformChanged, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5) -> (addIndexFromFile, 3) -> (checkoutFileSymlink, 1) -> (isSymlinkWindowsNonAdmin, 1) -> (diffDirs, 2) -> (mount, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (setReachability, 1) -> (HandleReachability, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Stop, 1) -> (debug, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (scrape, 7) -> (fetch, 7) -> (handleOnScraped, 1) -> (createEvent, 4) -> (getCurrentNode, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Update, 1) -> (UpdateContext, 2) -> (update, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Fix, 2) -> (ReadUnverified, 4) -> (tlfNameFn, 0) -> (merge, 2) -> (mergeExtension, 2) -> (Clone, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Shutdown, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (freezeRSRC, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Set, 3) -> (Setxattr, 4) -> (ExtattrSetFile, 5) -> (jsonLocalDbPutObj, 4) -> (IsBadgableType, 0) -> (newMessageNotifier, 2) -> (saveJoinedTimeWithLockInner, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (LogoutWithOptions, 1) -> (LogoutUsernameWithOptions, 2) -> (OnLogout, 1) -> (ClearMem, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Lstat, 1) -> (Stat, 0) -> (RegQueryInfoKey, 12) -> (searchFiles, 2) -> (DWORD, 1) -> (createLinkLocked, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4) -> (FullSyncStarted, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DialWithConfig, 1) -> (Dial, 3) -> (dialContext, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Shutdown, 0) -> (getReadTimeout, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Create, 1) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Stat, 2) -> (fillStat_t, 2) -> (fstatat, 4) -> (callfstatat, 4) -> (registerRepoNode, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Search, 1) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1) -> (writePrefixLine, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Load, 3) -> (calculateAndCacheMemberCount, 1) -> (KeybaseUserVersion, 0) -> (ParseUserVersion, 1) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (putMultiPipeline, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (NewReporter, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Delete, 3) -> (onDel, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (LaunchProcessor, 1) -> (processNotifications, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (checkLoggedInAndNotRevoked, 1) -> (LogoutKeepSecrets, 0) -> (OnLogout, 1) -> (ClearMem, 0) -> (NewSecretStoreMem, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ImplicitAdmins, 2) -> (GetUsersWithRole, 1) -> (getUserRole, 1) -> (UserRole, 1) -> (load2Inner, 2) -> (load2InnerLocked, 2) -> (load2InnerLockedRetry, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (WaitForStatus, 2) -> (waitForStatus, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (parse, 2) -> (parseTag, 1) -> (parseVariants, 3) -> (resizeRange, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (SyncAll, 0) -> (SyncAll, 2) -> (NewSyncAllNotificationResWithIncremental, 1) -> (InBandMessagesSince, 4) -> (replayLog, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Serve, 1) -> (serve, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (create, 1) -> (CreateHeader, 1) -> (Sendpayment, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Start, 1) -> (statsLoop, 1) -> (HandleRuntimeStatsUpdate, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Dial, 2) -> (dialerForRequest, 1) -> (ParseIP, 1) -> (callconnect, 3) -> (check, 3) -> (checkAddr, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Rollback, 0) -> (isInTransaction, 0) -> (parseComplete, 1) -> (RowsAffected, 1) -> (newDiskStorageGeneric, 5) -> (advanceString, 1) -> (LookupString, 1) -> (load2InnerLockedRetry, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (UnstageForTesting, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (getBucket, 1) -> (log2, 1) -> (simpleNameMatch, 2) -> (GetMerkleKIDs, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ProxyDial, 3) -> (ProxyDialTimeout, 4) -> (ProxyDialWithOpts, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (check, 0) -> (encryptionBlockNumber, 1) -> (checkBucket, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6) -> (assignBracketType, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (broadcastMessageHandler, 0) -> (broadcastMessageOnce, 2) -> (handleOutOfBandMessage, 2) -> (HandleOobm, 2) -> (handleRequestStatus, 2) -> (UpdateRequest, 2) -> (enqueueRequest, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Commit, 0) -> (SetEncodedObject, 1) -> (WriteHeader, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (handleMessage, 2) -> (SendChat, 5) -> (sendNonblock, 8)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (List, 1) -> (IterReferences, 0) -> (NewReferenceSliceIter, 1) -> (addRefFromHEAD, 1) -> (readReferenceFile, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (listenLoop, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (cleanup, 0) -> (After, 1) -> (notifyBlockers, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (ResetCaches, 0) -> (journalizeBcaches, 1) -> (blockCache, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1) -> (AssertAnyLocked, 1) -> (UserOrTeam, 0) -> (GetTeamID, 0) -> (doOneAction, 12) -> (updateOps, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (cleanup, 0) -> (drop, 0) -> (Drop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RunProvisioner, 1) -> (run, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (newContext, 1) -> (CleanupCancellationDelayer, 1) -> (LogTagsFromContext, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (FinishSingleOp, 4) -> (finishSingleOp, 3) -> (Enable, 4) -> (enableLocked, 5) -> (makeTLFJournal, 14) -> (doBackgroundWorkLoop, 2) -> (doBackgroundWork, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (lexSSH, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Execute, 4) -> (SetSyncConfig, 3) -> (syncConfigChangeNotification, 2) -> (SyncModeChanged, 3) -> (fullSyncStarted, 4) -> (FullSyncStarted, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Dial, 2) -> (dialerForRequest, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (getCache, 1) -> (GetKVStore, 0) -> (jsonLocalDbGetInto, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (parseSSH, 3) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Put, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Seek, 1) -> (max, 2) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0) -> (writeMultiline, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (PutS3, 5) -> (putMultiPipeline, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (isReachable, 0) -> (Reconnect, 1) -> (ProxyDialWithOpts, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (JournalStatus, 1) -> (getJournalStatus, 0) -> (getJournalStatusLocked, 0) -> (getQuotaInfo, 1) -> (getQuotaTracker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (Normalize, 1) -> (Unsplit, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8) -> (GetRepoAndID, 5) -> (printProgress, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Trace, 2) -> (doTimedProfile, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3) -> (checkoutChangeRegularFile, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Rename, 5) -> (RecordCallWithMethodType, 8) -> (Res, 0) -> (ShowResult, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (fixThreadFetch, 2) -> (Pull, 7) -> (NotNil, 2) -> (NotNil, 3) -> (getLen, 1) -> (flatten, 1) -> (addOutputPrefix, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (setError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (enableDebugServer, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Get, 0) -> (Delete, 1) -> (split, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Connect, 1) -> (handleParams, 0) -> (sendEncryptedPassword, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Shutdown, 1) -> (debug, 2) -> (clearAccounts, 0) -> (waitForExit, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (HandleTrackingChanged, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Dial, 0) -> (DialWithConfig, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (AddFromString, 1) -> (AddHost, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (restart, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (check, 1) -> (checkBucket, 4) -> (forEachPage, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Put, 3) -> (writeTempFile, 2) -> (TempFile, 2) -> (TempFile, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3) -> (incCounter, 1) -> (keyEq, 2) -> (forceLinkMapRefreshForUser, 2) -> (MaybeScheduleDelayedBoxAuditTeam, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (handleMessage, 2) -> (SendChat, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (client, 1) -> (NewClient, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (New, 2) -> (allocFamily, 1) -> (newFamily, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (getOpsByNode, 2) -> (getOps, 3) -> (doFavoritesOp, 3) -> (deleteFromFavorites, 1) -> (ToFavToAdd, 1) -> (FavoriteData, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (runUnlessCanceled, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Transform, 3) -> (transform, 3) -> (init, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (call, 6) -> (Call, 7) -> (Res, 0) -> (ShowResult, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (BackgroundContextWithCancellationDelayer, 0) -> (NewContextReplayable, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (encodeValue, 3) -> (fe, 3) -> (codecFner, 0) -> (backoffFn, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (syncReplayThread, 0) -> (replayInBandMessages, 4) -> (handleInBandMessageWithHandler, 4) -> (RangesToDismiss, 0) -> (handleGregorDismissal, 0) -> (newJourneycardData, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Fix, 2) -> (ReadUnverified, 4) -> (tlfNameFn, 0) -> (merge, 2) -> (mergeExtension, 2) -> (Clone, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Go, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Write, 3) -> (value, 1) -> (imag, 1) -> (panicf, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Stat, 2) -> (fillStat_t, 2) -> (fstatat, 4) -> (callfstatat, 4) -> (registerRepoNode, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Put, 4) -> (VLogf, 4) -> (ObjType, 1) -> (Temporary, 0) -> (ConvUpdate, 5) -> (HandleChatConvUpdate, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (DoCommand, 4) -> (checkForRetry, 1) -> (IsThrottleError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Add, 1) -> (SetIndex, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Unmount, 1) -> (unmount, 1) -> (Command, 3) -> (setAuth, 1) -> (NewSession, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Trace, 2) -> (doTimedProfile, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Connect, 1) -> (handleParams, 0) -> (writeCommandPacketStr, 2) -> (append, 10) -> (mgf1XOR, 3) -> (incCounter, 1) -> (keyEq, 2) -> (forceLinkMapRefreshForUser, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (RegisterProtocols, 4) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (OpenAfterPrecomputation, 4) -> (importNaclKid, 3) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0) -> (HandleChatRequestInfo, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (parse, 2) -> (parseTag, 1) -> (parseVariants, 3) -> (resizeRange, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (HandleWebOfTrustChanged, 1) -> (WebOfTrustChanged, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (newIndexUsing, 5) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1) -> (Reg2, 3) -> (HandleChangeNotification, 4) -> (HandleTeamMetadataUpdate, 1) -> (TeamMetadataUpdate, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Update, 1) -> (UpdateContext, 2) -> (update, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Start, 1) -> (start, 0) -> (setupFd, 1) -> (processCommands, 1) -> (processCommandLFS, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Stat, 2) -> (fillStat_t, 2) -> (fstatat, 4) -> (callfstatat, 4) -> (registerRepoNode, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (HandleChatRequestInfo, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (OpenFile, 2) -> (newFileLock, 2) -> (newRepository, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (post, 2) -> (Stop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Update, 1) -> (UpdateContext, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (PassphraseStream, 0) -> (Clone, 0) -> (newRunContainer16CopyIv, 1) -> (cloneNode, 1) -> (AppendChild, 1) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (reset, 0) -> (Logf, 3) -> (ObjectsAreEqual, 2) -> (isFunction, 1) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskBlockCacheLocalFromStorage, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (endOp, 5) -> (Stop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (openIndexUsing, 2) -> (Register, 1) -> (registerProtocol, 1) -> (newAlreadyRegisteredError, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (broadcastMessageHandler, 0) -> (broadcastMessageOnce, 2) -> (handleOutOfBandMessage, 2) -> (HandleOobm, 2) -> (handleRequestStatus, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Finish, 0) -> (addMeasurement, 1) -> (Normalize, 1) -> (Unsplit, 1) -> (AppendChild, 1) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1) -> (newLevelDbCleanerWithConfig, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5) -> (shutdownLoop, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Get, 4) -> (BackgroundWithLogTags, 0) -> (CopyTagsToBackground, 1) -> (GetAppStatus, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CurrentSession, 2) -> (EncryptionKey, 0) -> (derivedSecret, 2) -> (MakeNaclDHKeyPairFromSecret, 1) -> (lookupFromServerBatch, 4) -> (refreshersForUIDs, 1) -> (monitorEditsChat, 1) -> (handleEditActivity, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Handle, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (newDiskBlockCacheLocalFromStorage, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (startLoop, 0) -> (loop, 1) -> (cancelLoop, 0) -> (doFullIndex, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DialWithConn, 4) -> (connect, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Notify, 2) -> (RecordCallWithMethodType, 5) -> (checkConversationRekey, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (remove, 1) -> (index, 1) -> (Panicf, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (RestartCRForTesting, 3) -> (getCurrMDRevision, 1) -> (getCurrMDRevisionLocked, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (unref, 0) -> (freeTrace, 1) -> (delete, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Select, 1) -> (Index, 0) -> (createIndex, 0) -> (WriteUint32, 2) -> (WriteUint64, 2) -> (GetMerkleKIDs, 0) -> (getEnvPath, 1) -> (newLevelDbCleanerWithConfig, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (load, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (StoreSecret, 2) -> (StoreSecret, 3) -> (Warning, 4) -> (DeleteItem, 1) -> (SecItemDelete, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Seek, 1) -> (seek, 4) -> (searchMax, 2) -> (FacetResults, 0) -> (CacheDescending, 0) -> (Descending, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2) -> (userPreload, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (WithContextCancel, 0) -> (WithCancel, 1) -> (cancel, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NotifyOverallSyncStatus, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Reset, 1) -> (resetWorktree, 1) -> (checkoutChange, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Read, 3) -> (CLogf, 5) -> (childFileIptr, 1) -> (getBlocksForOffsetRange, 7)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (Connect, 1) -> (handleParams, 0) -> (sendEncryptedPassword, 2) -> (EncryptOAEP, 5)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (ObjectsToPack, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (CurrentSession, 2) -> (EncryptionKey, 0) -> (derivedSecret, 2) -> (MakeNaclDHKeyPairFromSecret, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (DialWithConfig, 1) -> (Dial, 3) -> (dialContext, 4) -> (FromEnvironmentUsing, 1) -> (AddFromString, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2) -> (handleReceiveDispatch, 1) -> (Serve, 3) -> (LogCompletion, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (NewTicker, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0) -> (in, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Serve, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (NewTransport, 5) -> (newPacketizer, 6)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (check, 1) -> (checkBucket, 4) -> (typ, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (check, 0) -> (encryptionBlockNumber, 1) -> (HandleReachability, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (lexSSH, 1) -> (run, 0) -> (assignLevelsToCharactersRemovedByX9, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (ForceQuotaReclamationForTesting, 2) -> (forceQuotaReclamation, 0) -> (ForceQuotaReclamation, 3) -> (SetObfuscatorMaker, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (string, 1) -> (Sign, 0) -> (NewCipher, 1) -> (mdsColumnMult, 2) -> (DisableUpdatesForTesting, 2) -> (getOpsNoAdd, 2) -> (newFolderBranchOps, 8) -> (SetObfuscatorMaker, 1) -> (BackgroundFlushesEnabled, 0) -> (doCleanDiskCaches, 0) -> (doCleanDiskCache, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (dispatch, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (Open, 1) -> (newFile, 3) -> (isCrossBoundaries, 1) -> (multiWriteSyncer, 1) -> (Verify, 1) -> (CheckArmoredDetachedSignature, 3) -> (readArmored, 2) -> (fromMetaElement, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 0) -> (, 1) -> (uint32, 1) -> (ActualSize, 0) -> (Run, 0) -> (receiveFrames, 0) -> (receiveFramesLoop, 0) -> (TransportError, 1) -> (NewReceiverError, 2)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (remove, 1) -> (index, 1) -> (Panicf, 2) -> (log2, 1) -> (bytesToString, 1) -> (MarkDeleted, 3)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (open, 1) -> (newSink, 1) -> (factory, 1)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (Rename, 5) -> (RecordCallWithMethodType, 8) -> (Res, 0) -> (ShowResult, 0)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (DecodeString, 1) -> (string, 1) -> (Sign, 0) -> (Quo, 2) -> (start, 0) -> (fn, 0) -> (processCommands, 1) -> (processCommandLFS, 2) -> (handleLFSDownload, 3) -> (copyFileLFS, 8) -> (GetRepoAndID, 5) -> (printProgress, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (SyncFromServer, 3) -> (getRootNode, 4) -> (GetOrCreateRootNode, 3) -> (getMaybeCreateRootNode, 4) -> (SetInitialHeadFromServer, 2) -> (validateHeadLocked, 3) -> (CCriticalf, 6) -> (HasKeyForUser, 1) -> (doChunkedDowngrades, 4)
(isPaperEncryptionKey, 2) -> (KIDIsDeviceEncrypt, 1) -> (GetKeyType, 0) -> (len, 1) -> (toBytes, 1) -> (byte, 1) -> (int, 1) -> (panic, 1) -> (TogglePrefetcher, 1) -> (TogglePrefetcher, 3) -> (newBlockPrefetcher, 5)

```

Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.

commit ID: a144e0ce38ee9e495cc5acbcd4ef859f5534d820

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.