Home
last modified time | relevance | path

Searched refs:BPasswordKey (Results 1 – 10 of 10) sorted by relevance

/haiku/src/kits/app/
H A DKey.cpp289 BPasswordKey::BPasswordKey() in BPasswordKey() function in BPasswordKey
294 BPasswordKey::BPasswordKey(const char* password, BKeyPurpose purpose, in BPasswordKey() function in BPasswordKey
303 BPasswordKey::BPasswordKey(BPasswordKey& other) in BPasswordKey() function in BPasswordKey
308 BPasswordKey::~BPasswordKey() in ~BPasswordKey()
314 BPasswordKey::SetTo(const char* password, BKeyPurpose purpose, in SetTo()
323 BPasswordKey::SetPassword(const char* password) in SetPassword()
330 BPasswordKey::Password() const in Password()
337 BPasswordKey::PrintToStream() in PrintToStream()
H A DKeyStore.cpp396 BKeyStore::GeneratePassword(BPasswordKey& password, size_t length, uint32 flags) in GeneratePassword()
/haiku/headers/os/app/
H A DKey.h93 class BPasswordKey : public BKey {
95 BPasswordKey();
96 BPasswordKey(const char* password,
99 BPasswordKey(BPasswordKey& other);
100 virtual ~BPasswordKey();
H A DKeyStore.h93 status_t GeneratePassword(BPasswordKey& password,
/haiku/docs/user/app/
H A DKey.dox18 \brief Provides BKey and BPasswordKey classes, as well as BKeyPurpose and
145 This key type is represented by the \ref BPasswordKey class.
462 ///// BPasswordKey class /////
466 \class BPasswordKey
478 \fn BPasswordKey::BPasswordKey()
489 \fn BPasswordKey::BPasswordKey(const char* password, BKeyPurpose purpose,
508 \fn BPasswordKey::BPasswordKey(BPasswordKey& other)
509 \brief Copy constructor that makes a copy of an \a other BPasswordKey.
516 \fn virtual BPasswordKey::~BPasswordKey()
524 \fn virtual BKeyType BPasswordKey::Type() const
[all …]
H A D_app_keystore.dox131 BObjectList<BPasswordKey>
136 BPasswordKey currentKey;
137 BObjectList<BPasswordKey> list;
148 list.AddItem(new BPasswordKey(currentKey));
181 BPasswordKey key;
216 BPasswordKey key;
H A DKeyStore.dox638 \fn status_t BKeyStore::GeneratePassword(BPasswordKey& password,
/haiku/src/bin/keystore/
H A Dkeystore.cpp21 BPasswordKey password(passwordString, B_KEY_PURPOSE_GENERIC, identifier, in add_password()
39 BPasswordKey password; in remove_password()
96 BPasswordKey password; in list_passwords()
237 BPasswordKey password(passwordString, B_KEY_PURPOSE_KEYRING, NULL); in set_unlock_key()
/haiku/src/apps/haikudepot/model/
H A DModel.cpp303 BPasswordKey key; in model_remove_key_for_user()
340 BPasswordKey key; in SetNickname()
384 BPasswordKey key(passwordClear, B_KEY_PURPOSE_WEB, keyIdentifier); in SetCredentials()
/haiku/src/servers/keystore/
H A DKeyRequestWindow.cpp141 BPasswordKey password(fPassword->Text(), B_KEY_PURPOSE_KEYRING, ""); in Complete()