Home
last modified time | relevance | path

Searched refs:getAuthKeysNeedingCertification (Results 1 – 5 of 5) sorted by relevance

/system/security/identity/binder/android/security/identity/
DICredential.aidl63 AuthKeyParcel[] getAuthKeysNeedingCertification(); in getAuthKeysNeedingCertification() method
/system/security/identity/
DCredentialData.h117 getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder);
DCredential.h79 Status getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) override;
DCredential.cpp627 Status Credential::getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) { in getAuthKeysNeedingCertification() function in android::security::identity::Credential
635 data->getAuthKeysNeedingCertification(halBinder_); in getAuthKeysNeedingCertification()
DCredentialData.cpp564 CredentialData::getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder) { in getAuthKeysNeedingCertification() function in android::security::identity::CredentialData