Searched refs:purpose (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/os/app/
H A DKey.h36 BKey(BKeyPurpose purpose,
48 status_t SetTo(BKeyPurpose purpose,
54 void SetPurpose(BKeyPurpose purpose);
97 BKeyPurpose purpose, const char* identifier,
105 BKeyPurpose purpose,
H A DKeyStore.h44 status_t GetNextKey(BKeyType type, BKeyPurpose purpose,
49 BKeyType type, BKeyPurpose purpose,
/haiku/src/kits/app/
H A DKey.cpp39 BKey::BKey(BKeyPurpose purpose, const char* identifier, argument
42 SetTo(purpose, identifier, secondaryIdentifier, data, length);
65 BKey::SetTo(BKeyPurpose purpose, const char* identifier, argument
69 SetPurpose(purpose);
77 BKey::SetPurpose(BKeyPurpose purpose) argument
79 fPurpose = purpose;
175 || message.AddUInt32("purpose", fPurpose) != B_OK
199 if (message.FindUInt32("purpose", (uint32*)&fPurpose) != B_OK
294 BPasswordKey::BPasswordKey(const char* password, BKeyPurpose purpose, argument
297 BKey(purpose, identifie
314 SetTo(const char* password, BKeyPurpose purpose, const char* identifier, const char* secondaryIdentifier) argument
[all...]
H A DKeyStore.cpp149 BKeyStore::GetNextKey(BKeyType type, BKeyPurpose purpose, uint32& cookie, argument
152 return GetNextKey(NULL, type, purpose, cookie, key);
164 BKeyStore::GetNextKey(const char* keyring, BKeyType type, BKeyPurpose purpose, argument
170 message.AddUInt32("purpose", purpose);
/haiku/src/bin/unzip/
H A Dapihelp.c110 doc->function, doc->syntax, doc->purpose));
H A Dunzpriv.h1683 char *purpose; member in struct:_APIDocStruct
/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, argument
352 if (type == B_KEY_TYPE_ANY && purpose == B_KEY_PURPOSE_ANY) {
362 // Go through the keys to check their type and purpose.
377 if (match && purpose != B_KEY_PURPOSE_ANY) {
379 if (subkey.FindUInt32("purpose", (uint32*)&subkeyPurpose)
384 match = subkeyPurpose == purpose;
H A DKeyStoreServer.cpp216 BKeyPurpose purpose; local
219 || message->FindUInt32("purpose", (uint32*)&purpose) != B_OK
226 result = keyring->FindKey(type, purpose, cookie, keyMessage);
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex219 \item{An unknown section, whose purpose is (unsurprisingly) unknown, but which

Completed in 226 milliseconds