Home
last modified time | relevance | path

Searched refs:IdentityCredentialStore (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/guest/hals/identity/
Dservice.cpp31 using ::aidl::android::hardware::identity::IdentityCredentialStore;
42 std::shared_ptr<IdentityCredentialStore> store = in main()
43 ndk::SharedRefBase::make<IdentityCredentialStore>(hwProxyFactory); in main()
46 std::string(IdentityCredentialStore::descriptor) + "/default"; in main()
DAndroid.bp57 "common/IdentityCredentialStore.cpp",
/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredentialStore.cpp30 ndk::ScopedAStatus IdentityCredentialStore::getHardwareInformation( in getHardwareInformation()
43 ndk::ScopedAStatus IdentityCredentialStore::createCredential( in createCredential()
60 ndk::ScopedAStatus IdentityCredentialStore::getCredential( in getCredential()
DIdentityCredentialStore.h33 class IdentityCredentialStore : public BnIdentityCredentialStore {
35 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory) in IdentityCredentialStore() function
DWritableIdentityCredential.cpp297 if (contentSize > IdentityCredentialStore::kGcmChunkSize) { in addEntryValue()
311 if (contentSize != IdentityCredentialStore::kGcmChunkSize) { in addEntryValue()
DIdentityCredential.cpp846 if (chunkSize != IdentityCredentialStore::kGcmChunkSize) { in retrieveEntryValue()