Home
last modified time | relevance | path

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

/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()
/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