Home
last modified time | relevance | path

Searched refs:BKeyType (Results 1 – 9 of 9) sorted by relevance

/haiku/headers/os/app/
H A DKeyStore.h17 status_t GetKey(BKeyType type, const char* identifier,
19 status_t GetKey(BKeyType type, const char* identifier,
21 status_t GetKey(BKeyType type, const char* identifier,
27 BKeyType type, const char* identifier,
30 BKeyType type, const char* identifier,
33 BKeyType type, const char* identifier,
44 status_t GetNextKey(BKeyType type, BKeyPurpose purpose,
49 BKeyType type, BKeyPurpose purpose,
H A DKey.h25 enum BKeyType { enum
44 virtual BKeyType Type() const { return B_KEY_TYPE_GENERIC; }; in Type()
102 virtual BKeyType Type() const { return B_KEY_TYPE_PASSWORD; }; in Type()
/haiku/src/kits/app/
H A DKeyStore.cpp32 BKeyStore::GetKey(BKeyType type, const char* identifier, BKey& key) in GetKey()
39 BKeyStore::GetKey(BKeyType type, const char* identifier, in GetKey()
47 BKeyStore::GetKey(BKeyType type, const char* identifier, in GetKey()
57 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, in GetKey()
65 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, in GetKey()
73 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, in GetKey()
149 BKeyStore::GetNextKey(BKeyType type, BKeyPurpose purpose, uint32& cookie, in GetNextKey()
164 BKeyStore::GetNextKey(const char* keyring, BKeyType type, BKeyPurpose purpose, in GetNextKey()
H A DKey.cpp193 BKeyType type; in Unflatten()
/haiku/docs/user/app/
H A DKeyStore.dox86 \fn status_t BKeyStore::GetKey(BKeyType type, const char* identifier,
90 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
100 \fn status_t BKeyStore::GetKey(BKeyType type, const char* identifier,
104 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
114 \fn status_t BKeyStore::GetKey(BKeyType type, const char* identifier,
119 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
128 \fn status_t BKeyStore::GetKey(const char* keyring, BKeyType type,
132 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
142 \fn status_t BKeyStore::GetKey(const char* keyring, BKeyType type,
146 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
[all …]
H A DKey.dox19 BKeyType enums.
107 ///// BKeyType enum /////
111 \enum BKeyType
119 \var BKeyType::B_KEY_TYPE_ANY
131 \var BKeyType::B_KEY_TYPE_GENERIC
142 \var BKeyType::B_KEY_TYPE_PASSWORD
152 \var BKeyType::B_KEY_TYPE_CERTIFICATE
172 - A key \b type of \ref BKeyType, which identifies the type. For a generic
173 key (like this key), it will be set to \ref BKeyType::B_KEY_TYPE_GENERIC.
244 \fn virtual BKeyType BKey::Type() const
[all …]
/haiku/src/servers/keystore/
H A DKeyring.h46 status_t FindKey(BKeyType type, BKeyPurpose purpose,
H A DKeyring.cpp338 Keyring::FindKey(BKeyType type, BKeyPurpose purpose, uint32 index, in FindKey()
370 BKeyType subkeyType; in FindKey()
H A DKeyStoreServer.cpp215 BKeyType type; in MessageReceived()