Home
last modified time | relevance | path

Searched refs:allowUsingExpiredKeys (Results 1 – 5 of 5) sorted by relevance

/system/security/identity/binder/android/security/identity/
DICredential.aidl52 in boolean allowUsingExpiredKeys, in selectAuthKey() argument
60 in boolean allowUsingExpiredKeys, in getEntries() argument
/system/security/identity/
DCredentialData.h115 const AuthKeyData* selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys,
126 AuthKeyData* findAuthKey_(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys);
DCredential.h71 Status selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys,
78 bool allowUsingExpiredKeys, bool incrementUsageCount,
DCredentialData.cpp520 bool allowUsingExpiredKeys) { in findAuthKey_() argument
532 if (!allowUsingExpiredKeys) { in findAuthKey_()
556 bool allowUsingExpiredKeys, in selectAuthKey() argument
564 if (!allowUsingExpiredKeys) { in selectAuthKey()
DCredential.cpp133 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()