Searched refs:IdentityCredentialStore (Results 1 – 6 of 6) sorted by relevance
31 IdentityCredentialStore::IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredentialStore() function in aidl::android::hardware::identity::IdentityCredentialStore44 ndk::ScopedAStatus IdentityCredentialStore::getHardwareInformation( in getHardwareInformation()50 ndk::ScopedAStatus IdentityCredentialStore::createCredential( in createCredential()66 ndk::ScopedAStatus IdentityCredentialStore::getCredential( in getCredential()87 ndk::ScopedAStatus IdentityCredentialStore::createPresentationSession( in createPresentationSession()108 ndk::ScopedAStatus IdentityCredentialStore::getRemotelyProvisionedComponent( in getRemotelyProvisionedComponent()
34 class IdentityCredentialStore : public BnIdentityCredentialStore {39 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory,
298 if (contentSize > IdentityCredentialStore::kGcmChunkSize) { in addEntryValue()312 if (contentSize != IdentityCredentialStore::kGcmChunkSize) { in addEntryValue()
906 if (chunkSize != IdentityCredentialStore::kGcmChunkSize) { in retrieveEntryValue()
35 using ::aidl::android::hardware::identity::IdentityCredentialStore;56 std::shared_ptr<IdentityCredentialStore> store = in main()57 ndk::SharedRefBase::make<IdentityCredentialStore>(hwProxyFactory, in main()60 const std::string instance = std::string() + IdentityCredentialStore::descriptor + "/default"; in main()
19 "common/IdentityCredentialStore.cpp",