Home
last modified time | relevance | path

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

/haiku/src/servers/keystore/
H A DKeyring.h27 bool HasUnlockKey() const;
H A DKeyring.cpp140 Keyring::HasUnlockKey() const in HasUnlockKey() function in Keyring
H A DKeyStoreServer.cpp755 if (!keyring.HasUnlockKey()) in _UnlockKeyring()