Searched refs:selectAuthKey (Results 1 – 5 of 5) sorted by relevance
51 long selectAuthKey(in boolean allowUsingExhaustedKeys, in selectAuthKey() method
114 const AuthKeyData* selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys);
69 Status selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys,
118 Status Credential::selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys, in selectAuthKey() function in android::security::identity::Credential130 data->selectAuthKey(allowUsingExhaustedKeys, allowUsingExpiredKeys); in selectAuthKey()362 data->selectAuthKey(allowUsingExhaustedKeys, allowUsingExpiredKeys); in getEntries()
540 const AuthKeyData* CredentialData::selectAuthKey(bool allowUsingExhaustedKeys, in selectAuthKey() function in android::security::identity::CredentialData