Home
last modified time | relevance | path

Searched refs:IsUnlocked (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/keystore/
H A DKeyring.h25 bool IsUnlocked() const;
H A DKeyStoreServer.cpp157 while (!keyring->IsUnlocked()) { in MessageReceived()
328 reply.AddBool("unlocked", keyring->IsUnlocked()); in MessageReceived()
369 while (!fMasterKeyring->IsUnlocked()) { in MessageReceived()
761 if (&keyring != fMasterKeyring && fMasterKeyring->IsUnlocked()) { in _UnlockKeyring()
H A DKeyring.cpp133 Keyring::IsUnlocked() const in IsUnlocked() function in Keyring