Symbol: BKeyType
headers/os/app/Key.h
102
virtual BKeyType Type() const { return B_KEY_TYPE_PASSWORD; };
headers/os/app/Key.h
44
virtual BKeyType Type() const { return B_KEY_TYPE_GENERIC; };
headers/os/app/KeyStore.h
17
status_t GetKey(BKeyType type, const char* identifier,
headers/os/app/KeyStore.h
19
status_t GetKey(BKeyType type, const char* identifier,
headers/os/app/KeyStore.h
21
status_t GetKey(BKeyType type, const char* identifier,
headers/os/app/KeyStore.h
27
BKeyType type, const char* identifier,
headers/os/app/KeyStore.h
30
BKeyType type, const char* identifier,
headers/os/app/KeyStore.h
33
BKeyType type, const char* identifier,
headers/os/app/KeyStore.h
44
status_t GetNextKey(BKeyType type, BKeyPurpose purpose,
headers/os/app/KeyStore.h
49
BKeyType type, BKeyPurpose purpose,
src/kits/app/Key.cpp
193
BKeyType type;
src/kits/app/KeyStore.cpp
149
BKeyStore::GetNextKey(BKeyType type, BKeyPurpose purpose, uint32& cookie,
src/kits/app/KeyStore.cpp
164
BKeyStore::GetNextKey(const char* keyring, BKeyType type, BKeyPurpose purpose,
src/kits/app/KeyStore.cpp
32
BKeyStore::GetKey(BKeyType type, const char* identifier, BKey& key)
src/kits/app/KeyStore.cpp
39
BKeyStore::GetKey(BKeyType type, const char* identifier,
src/kits/app/KeyStore.cpp
47
BKeyStore::GetKey(BKeyType type, const char* identifier,
src/kits/app/KeyStore.cpp
57
BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier,
src/kits/app/KeyStore.cpp
65
BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier,
src/kits/app/KeyStore.cpp
73
BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier,
src/servers/keystore/KeyStoreServer.cpp
215
BKeyType type;
src/servers/keystore/Keyring.cpp
338
Keyring::FindKey(BKeyType type, BKeyPurpose purpose, uint32 index,
src/servers/keystore/Keyring.cpp
370
BKeyType subkeyType;
src/servers/keystore/Keyring.h
46
status_t FindKey(BKeyType type, BKeyPurpose purpose,