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
59 in boolean allowUsingExpiredKeys); in getEntries() argument
/system/security/identity/
DCredentialData.h114 const AuthKeyData* selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys);
124 AuthKeyData* findAuthKey_(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys);
DCredential.h69 Status selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys,
76 bool allowUsingExpiredKeys, GetEntriesResultParcel* _aidl_return) override;
DCredentialData.cpp507 bool allowUsingExpiredKeys) { in findAuthKey_() argument
516 if (!allowUsingExpiredKeys) { in findAuthKey_()
541 bool allowUsingExpiredKeys) { in selectAuthKey() argument
548 if (!allowUsingExpiredKeys) { in selectAuthKey()
DCredential.cpp118 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()