Searched refs:allowUsingExpiredKeys (Results 1 – 5 of 5) sorted by relevance
| /system/security/identity/binder/android/security/identity/ |
| D | ICredential.aidl | 52 in boolean allowUsingExpiredKeys, in selectAuthKey() argument 60 in boolean allowUsingExpiredKeys, in getEntries() argument
|
| /system/security/identity/ |
| D | CredentialData.h | 115 const AuthKeyData* selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys, 126 AuthKeyData* findAuthKey_(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys);
|
| D | Credential.h | 71 Status selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys, 78 bool allowUsingExpiredKeys, bool incrementUsageCount,
|
| D | CredentialData.cpp | 520 bool allowUsingExpiredKeys) { in findAuthKey_() argument 532 if (!allowUsingExpiredKeys) { in findAuthKey_() 556 bool allowUsingExpiredKeys, in selectAuthKey() argument 564 if (!allowUsingExpiredKeys) { in selectAuthKey()
|
| D | Credential.cpp | 133 Status Credential::selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys, in selectAuthKey() argument 149 data->selectAuthKey(allowUsingExhaustedKeys, allowUsingExpiredKeys, incrementUsageCount); in selectAuthKey() 249 bool allowUsingExpiredKeys, bool incrementUsageCount, in getEntries() argument 417 allowUsingExhaustedKeys, allowUsingExpiredKeys, incrementUsageCount); in getEntries()
|