Searched refs:getAuthKeysNeedingCertification (Results 1 – 5 of 5) sorted by relevance
63 AuthKeyParcel[] getAuthKeysNeedingCertification(); in getAuthKeysNeedingCertification() method
117 getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder);
79 Status getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) override;
627 Status Credential::getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) { in getAuthKeysNeedingCertification() function in android::security::identity::Credential635 data->getAuthKeysNeedingCertification(halBinder_); in getAuthKeysNeedingCertification()
564 CredentialData::getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder) { in getAuthKeysNeedingCertification() function in android::security::identity::CredentialData