Home
last modified time | relevance | path

Searched refs:initializeForUpdate (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/common/
DWritableIdentityCredential.cpp53 bool WritableIdentityCredential::initializeForUpdate( in initializeForUpdate() function in aidl::android::hardware::identity::WritableIdentityCredential
55 if (!hwProxy_->initializeForUpdate(testCredential_, docType_, in initializeForUpdate()
DWritableIdentityCredential.h54 bool initializeForUpdate(const vector<uint8_t>& encryptedCredentialKeys);
DSecureHardwareProxy.h67 virtual bool initializeForUpdate(bool testCredential, string docType,
DIdentityCredential.cpp936 if (!wc->initializeForUpdate(encryptedCredentialKeys_)) { in updateCredential()
/aosp_15_r20/hardware/interfaces/identity/aidl/default/common/
H A DWritableIdentityCredential.cpp53 bool WritableIdentityCredential::initializeForUpdate( in initializeForUpdate() function in aidl::android::hardware::identity::WritableIdentityCredential
55 if (!hwProxy_->initializeForUpdate(testCredential_, docType_, encryptedCredentialKeys)) { in initializeForUpdate()
H A DWritableIdentityCredential.h57 bool initializeForUpdate(const vector<uint8_t>& encryptedCredentialKeys);
H A DSecureHardwareProxy.h69 virtual bool initializeForUpdate(bool testCredential, const string& docType,
H A DIdentityCredential.cpp1052 if (!wc->initializeForUpdate(encryptedCredentialKeys_)) { in updateCredential()
/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/
DRemoteSecureHardwareProxy.h36 bool initializeForUpdate(bool testCredential, string docType,
DRemoteSecureHardwareProxy.cpp73 bool RemoteSecureHardwareProvisioningProxy::initializeForUpdate( in initializeForUpdate() function in android::hardware::identity::RemoteSecureHardwareProvisioningProxy
/aosp_15_r20/hardware/interfaces/identity/aidl/default/
H A DFakeSecureHardwareProxy.h35 bool initializeForUpdate(bool testCredential, const string& docType,
H A DFakeSecureHardwareProxy.cpp84 bool FakeSecureHardwareProvisioningProxy::initializeForUpdate( in initializeForUpdate() function in android::hardware::identity::FakeSecureHardwareProvisioningProxy