/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/common/ |
D | WritableIdentityCredential.cpp | 53 bool WritableIdentityCredential::initializeForUpdate( in initializeForUpdate() function in aidl::android::hardware::identity::WritableIdentityCredential 55 if (!hwProxy_->initializeForUpdate(testCredential_, docType_, in initializeForUpdate()
|
D | WritableIdentityCredential.h | 54 bool initializeForUpdate(const vector<uint8_t>& encryptedCredentialKeys);
|
D | SecureHardwareProxy.h | 67 virtual bool initializeForUpdate(bool testCredential, string docType,
|
D | IdentityCredential.cpp | 936 if (!wc->initializeForUpdate(encryptedCredentialKeys_)) { in updateCredential()
|
/aosp_15_r20/hardware/interfaces/identity/aidl/default/common/ |
H A D | WritableIdentityCredential.cpp | 53 bool WritableIdentityCredential::initializeForUpdate( in initializeForUpdate() function in aidl::android::hardware::identity::WritableIdentityCredential 55 if (!hwProxy_->initializeForUpdate(testCredential_, docType_, encryptedCredentialKeys)) { in initializeForUpdate()
|
H A D | WritableIdentityCredential.h | 57 bool initializeForUpdate(const vector<uint8_t>& encryptedCredentialKeys);
|
H A D | SecureHardwareProxy.h | 69 virtual bool initializeForUpdate(bool testCredential, const string& docType,
|
H A D | IdentityCredential.cpp | 1052 if (!wc->initializeForUpdate(encryptedCredentialKeys_)) { in updateCredential()
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/ |
D | RemoteSecureHardwareProxy.h | 36 bool initializeForUpdate(bool testCredential, string docType,
|
D | RemoteSecureHardwareProxy.cpp | 73 bool RemoteSecureHardwareProvisioningProxy::initializeForUpdate( in initializeForUpdate() function in android::hardware::identity::RemoteSecureHardwareProvisioningProxy
|
/aosp_15_r20/hardware/interfaces/identity/aidl/default/ |
H A D | FakeSecureHardwareProxy.h | 35 bool initializeForUpdate(bool testCredential, const string& docType,
|
H A D | FakeSecureHardwareProxy.cpp | 84 bool FakeSecureHardwareProvisioningProxy::initializeForUpdate( in initializeForUpdate() function in android::hardware::identity::FakeSecureHardwareProvisioningProxy
|