Searched refs:AddKey (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/os/app/
H A DKeyStore.h38 status_t AddKey(const BKey& key);
39 status_t AddKey(const char* keyring, const BKey& key);
/haiku/src/servers/keystore/
H A DKeyring.h50 status_t AddKey(const BString& identifier,
H A DKeyStoreServer.cpp252 result = keyring->AddKey(identifier, secondaryIdentifier, keyMessage);
390 result = fMasterKeyring->AddKey(kKeyringKeysIdentifier,
H A DKeyring.cpp403 Keyring::AddKey(const BString& identifier, const BString& secondaryIdentifier, function in class:Keyring
/haiku/src/kits/app/
H A DKeyStore.cpp98 BKeyStore::AddKey(const BKey& key) function in class:BKeyStore
100 return AddKey(NULL, key);
105 BKeyStore::AddKey(const char* keyring, const BKey& key) function in class:BKeyStore
/haiku/src/bin/keystore/
H A Dkeystore.cpp24 status_t result = keyStore.AddKey(keyring, password);
/haiku/src/apps/haikudepot/model/
H A DModel.cpp814 keyStore.AddKey(kHaikuDepotKeyring, key);

Completed in 116 milliseconds