Searched defs:secondaryIdentifier (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/keystore/
H A Dkeystore.cpp355 const char* secondaryIdentifier = NULL; local
17 add_password(const char* keyring, const char* identifier, const char* secondaryIdentifier, const char* passwordString) argument
35 remove_password(const char* keyring, const char* identifier, const char* secondaryIdentifier) argument
396 const char* secondaryIdentifier = NULL; local
[all...]
/haiku/src/kits/app/
H A DKey.cpp39 BKey(BKeyPurpose purpose, const char* identifier, const char* secondaryIdentifier, const uint8* data, size_t length) argument
65 SetTo(BKeyPurpose purpose, const char* identifier, const char* secondaryIdentifier, const uint8* data, size_t length) argument
294 BPasswordKey(const char* password, BKeyPurpose purpose, const char* identifier, const char* secondaryIdentifier) argument
314 SetTo(const char* password, BKeyPurpose purpose, const char* identifier, const char* secondaryIdentifier) argument
[all...]
H A DKeyStore.cpp39 GetKey(BKeyType type, const char* identifier, const char* secondaryIdentifier, BKey& key) argument
47 GetKey(BKeyType type, const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key) argument
65 GetKey(const char* keyring, BKeyType type, const char* identifier, const char* secondaryIdentifier, BKey& key) argument
73 GetKey(const char* keyring, BKeyType type, const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key) argument
/haiku/src/servers/keystore/
H A DKeyring.cpp292 Keyring::FindKey(const BString& identifier, const BString& secondaryIdentifier, argument
403 Keyring::AddKey(const BString& identifier, const BString& secondaryIdentifier, argument
H A DKeyStoreServer.cpp197 BString secondaryIdentifier; local
246 BString secondaryIdentifier; local
381 BString secondaryIdentifier = keyring->Name(); local
[all...]

Completed in 92 milliseconds