Searched refs:RemoveUnlockKey (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/keystore/
H A DKeyring.h31 status_t RemoveUnlockKey();
H A DKeyring.cpp167 Keyring::RemoveUnlockKey() function in class:Keyring
H A DKeyStoreServer.cpp358 result = keyring->RemoveUnlockKey();
/haiku/headers/os/app/
H A DKeyStore.h62 status_t RemoveUnlockKey(const char* keyring);
/haiku/src/kits/app/
H A DKeyStore.cpp243 BKeyStore::RemoveUnlockKey(const char* keyring) function in class:BKeyStore
264 return RemoveUnlockKey(NULL);
/haiku/src/bin/keystore/
H A Dkeystore.cpp254 status_t result = keyStore.RemoveUnlockKey(keyring);

Completed in 86 milliseconds