Searched refs:getAuthKeysNeedingCertification (Results 1 – 5 of 5) sorted by relevance
56 AuthKeyParcel[] getAuthKeysNeedingCertification(); in getAuthKeysNeedingCertification() method
69 Status getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) override;
114 getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder);
533 Status Credential::getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) { in getAuthKeysNeedingCertification() function in android::security::identity::Credential535 data_->getAuthKeysNeedingCertification(halBinder_); in getAuthKeysNeedingCertification()
518 CredentialData::getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder) { in getAuthKeysNeedingCertification() function in android::security::identity::CredentialData