Searched refs:allowUsingExhaustedKeys (Results 1 – 5 of 5) sorted by relevance
/system/security/identity/binder/android/security/identity/ |
D | ICredential.aidl | 51 long selectAuthKey(in boolean allowUsingExhaustedKeys, in selectAuthKey() argument 58 in boolean allowUsingExhaustedKeys, in getEntries() argument
|
/system/security/identity/ |
D | CredentialData.h | 114 const AuthKeyData* selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys); 124 AuthKeyData* findAuthKey_(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys);
|
D | Credential.h | 69 Status selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys, 75 const vector<uint8_t>& readerSignature, bool allowUsingExhaustedKeys,
|
D | CredentialData.cpp | 506 AuthKeyData* CredentialData::findAuthKey_(bool allowUsingExhaustedKeys, in findAuthKey_() argument 533 if (candidate->useCount >= maxUsesPerKey_ && !allowUsingExhaustedKeys) { in findAuthKey_() 540 const AuthKeyData* CredentialData::selectAuthKey(bool allowUsingExhaustedKeys, in selectAuthKey() argument 545 candidate = findAuthKey_(allowUsingExhaustedKeys, false); in selectAuthKey() 553 candidate = findAuthKey_(allowUsingExhaustedKeys, true); in selectAuthKey()
|
D | Credential.cpp | 118 Status Credential::selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys, in selectAuthKey() argument 130 data->selectAuthKey(allowUsingExhaustedKeys, allowUsingExpiredKeys); in selectAuthKey() 220 const vector<uint8_t>& readerSignature, bool allowUsingExhaustedKeys, in getEntries() argument 362 data->selectAuthKey(allowUsingExhaustedKeys, allowUsingExpiredKeys); in getEntries()
|