Home
last modified time | relevance | path

Searched refs:B_KEY_TYPE_PASSWORD (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/os/app/
H A DKey.h28 B_KEY_TYPE_PASSWORD, enumerator
102 virtual BKeyType Type() const { return B_KEY_TYPE_PASSWORD; }; in Type()
/haiku/src/bin/keystore/
H A Dkeystore.cpp41 status_t result = keyStore.GetKey(keyring, B_KEY_TYPE_PASSWORD, identifier, in remove_password()
97 status_t result = keyStore.GetNextKey(keyring, B_KEY_TYPE_PASSWORD, in list_passwords()
/haiku/src/apps/haikudepot/model/
H A DModel.cpp306 status_t result = keyStore.GetKey(kHaikuDepotKeyring, B_KEY_TYPE_PASSWORD, in model_remove_key_for_user()
344 if (keyStore.GetKey(kHaikuDepotKeyring, B_KEY_TYPE_PASSWORD, in SetNickname()
/haiku/docs/user/app/
H A D_app_keystore.dox142 B_KEY_TYPE_PASSWORD, B_KEY_PURPOSE_WEB, cookie, currentKey);
184 if (keyStore.GetKey(kLanglauferKeyringName, B_KEY_TYPE_PASSWORD, baseUrl, user, &key) == B_OK) {
218 if (keyStore.GetKey(B_KEY_TYPE_PASSWORD, "CoolWebService", key) != B_OK) {
H A DKey.dox142 \var BKeyType::B_KEY_TYPE_PASSWORD
472 the \ref BKeyType::B_KEY_TYPE_PASSWORD.
525 \brief Returns \ref BKeyType::B_KEY_TYPE_PASSWORD.