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.aidl56 AuthKeyParcel[] getAuthKeysNeedingCertification(); in getAuthKeysNeedingCertification() method
/system/security/identity/
DCredential.h69 Status getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) override;
DCredentialData.h114 getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder);
DCredential.cpp533 Status Credential::getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) { in getAuthKeysNeedingCertification() function in android::security::identity::Credential
535 data_->getAuthKeysNeedingCertification(halBinder_); in getAuthKeysNeedingCertification()
DCredentialData.cpp518 CredentialData::getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder) { in getAuthKeysNeedingCertification() function in android::security::identity::CredentialData