Home
last modified time | relevance | path

Searched refs:selectedAuthKey_ (Results 1 – 2 of 2) sorted by relevance

/system/security/identity/
DCredential.h79 const AuthKeyData* selectedAuthKey_ = nullptr; variable
DCredential.cpp104 selectedAuthKey_ = data_->selectAuthKey(allowUsingExhaustedKeys); in selectAuthKey()
105 if (selectedAuthKey_ == nullptr) { in selectAuthKey()
331 const AuthKeyData* authKey = selectedAuthKey_; in getEntries()