Home
last modified time | relevance | path

Searched refs:fUnlocked (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/keystore/
H A DKeyring.cpp13 fUnlocked(false), in Keyring()
23 fUnlocked(false), in Keyring()
97 if (fUnlocked) in Unlock()
112 fUnlocked = true; in Unlock()
120 if (!fUnlocked) in Lock()
128 fUnlocked = false; in Lock()
135 return fUnlocked; in IsUnlocked()
156 if (!fUnlocked) in SetUnlockKey()
169 if (!fUnlocked) in RemoveUnlockKey()
183 if (!fUnlocked) in GetNextApplication()
[all …]
H A DKeyring.h71 bool fUnlocked; variable