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 59 in boolean allowUsingExpiredKeys); 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, 76 bool allowUsingExpiredKeys, GetEntriesResultParcel* _aidl_return) override;
|
D | CredentialData.cpp | 507 bool allowUsingExpiredKeys) { in findAuthKey_() argument 516 if (!allowUsingExpiredKeys) { in findAuthKey_() 541 bool allowUsingExpiredKeys) { in selectAuthKey() argument 548 if (!allowUsingExpiredKeys) { in selectAuthKey()
|
D | Credential.cpp | 118 Status Credential::selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys, in selectAuthKey() argument 130 data->selectAuthKey(allowUsingExhaustedKeys, allowUsingExpiredKeys); in selectAuthKey() 221 bool allowUsingExpiredKeys, GetEntriesResultParcel* _aidl_return) { in getEntries() argument 362 data->selectAuthKey(allowUsingExhaustedKeys, allowUsingExpiredKeys); in getEntries()
|