Searched refs:BKey (Results 1 – 8 of 8) sorted by relevance
/haiku/src/kits/app/ |
H A D | Key.cpp | 33 BKey::BKey() in BKey() function in BKey 39 BKey::BKey(BKeyPurpose purpose, const char* identifier, in BKey() function in BKey 46 BKey::BKey(BKey& other) in BKey() function in BKey 52 BKey::~BKey() in ~BKey() 58 BKey::Unset() in Unset() 65 BKey::SetTo(BKeyPurpose purpose, const char* identifier, in SetTo() 77 BKey::SetPurpose(BKeyPurpose purpose) in SetPurpose() 84 BKey::Purpose() const in Purpose() 91 BKey::SetIdentifier(const char* identifier) in SetIdentifier() 98 BKey::Identifier() const in Identifier() [all …]
|
H A D | KeyStore.cpp | 32 BKeyStore::GetKey(BKeyType type, const char* identifier, BKey& key) in GetKey() 40 const char* secondaryIdentifier, BKey& key) in GetKey() 49 BKey& key) in GetKey() 58 BKey& key) in GetKey() 66 const char* secondaryIdentifier, BKey& key) in GetKey() 75 BKey& key) in GetKey() 98 BKeyStore::AddKey(const BKey& key) in AddKey() 105 BKeyStore::AddKey(const char* keyring, const BKey& key) in AddKey() 120 BKeyStore::RemoveKey(const BKey& key) in RemoveKey() 127 BKeyStore::RemoveKey(const char* keyring, const BKey& key) in RemoveKey() [all …]
|
/haiku/headers/os/app/ |
H A D | KeyStore.h | 18 BKey& key); 20 const char* secondaryIdentifier, BKey& key); 24 BKey& key); 28 BKey& key); 31 const char* secondaryIdentifier, BKey& key); 36 BKey& key); 38 status_t AddKey(const BKey& key); 39 status_t AddKey(const char* keyring, const BKey& key); 40 status_t RemoveKey(const BKey& key); 41 status_t RemoveKey(const char* keyring, const BKey& key); [all …]
|
H A D | Key.h | 33 class BKey { 35 BKey(); 36 BKey(BKeyPurpose purpose, 41 BKey(BKey& other); 42 virtual ~BKey(); 74 BKey& operator=(const BKey& other); 76 bool operator==(const BKey& other) const; 77 bool operator!=(const BKey& other) const; 93 class BPasswordKey : public BKey {
|
/haiku/docs/user/app/ |
H A D | Key.dox | 18 \brief Provides BKey and BPasswordKey classes, as well as BKeyPurpose and 135 content or format. They are represented by the \ref BKey class. 161 ///// BKey class ///// 165 \class BKey 195 \fn BKey::BKey(); 206 \fn BKey::BKey(BKeyPurpose purpose, const char* identifier, 213 and the \a identifier. Any data you provide will be copied into the BKey 228 \fn BKey::BKey(BKey& other) 229 \brief Copy constructor that makes a copy of an \a other BKey. 236 \fn virtual BKey::~BKey() [all …]
|
H A D | KeyStore.dox | 87 BKey& key) 90 …st char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key). 101 const char* secondaryIdentifier, BKey& key) 104 …st char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key). 116 BKey& key) 119 …st char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key). 129 const char* identifier, BKey& key) 132 …st char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key). 143 const char* identifier, const char* secondaryIdentifier, BKey& key) 146 …st char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key). [all …]
|
H A D | _app_keystore.dox | 50 key is represented by the \ref BKey object. 122 \ref BKeyStore and \ref BKey classes through some utility functions. It is
|
/haiku/docs/user/ |
H A D | book.dox | 116 - BKey
|