Searched refs:selectAuthKey (Results 1 – 5 of 5) sorted by relevance
46 long selectAuthKey(in boolean allowUsingExhaustedKeys); in selectAuthKey() method
60 Status selectAuthKey(bool allowUsingExhaustedKeys, int64_t* _aidl_return) override;
111 const AuthKeyData* selectAuthKey(bool allowUsingExhaustedKeys);
102 Status Credential::selectAuthKey(bool allowUsingExhaustedKeys, int64_t* _aidl_return) { in selectAuthKey() function in android::security::identity::Credential104 selectedAuthKey_ = data_->selectAuthKey(allowUsingExhaustedKeys); in selectAuthKey()334 authKey = data_->selectAuthKey(allowUsingExhaustedKeys); in getEntries()
490 const AuthKeyData* CredentialData::selectAuthKey(bool allowUsingExhaustedKeys) { in selectAuthKey() function in android::security::identity::CredentialData