Home
last modified time | relevance | path

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

/aosp12/system/security/identity/binder/android/security/identity/
H A DICredential.aidl52 in boolean allowUsingExpiredKeys); in selectAuthKey() argument
59 in boolean allowUsingExpiredKeys); in getEntries() argument
/aosp12/system/security/identity/
H A DCredentialData.h114 const AuthKeyData* selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys);
124 AuthKeyData* findAuthKey_(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys);
H A DCredential.h69 Status selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys,
76 bool allowUsingExpiredKeys, GetEntriesResultParcel* _aidl_return) override;
H A DCredentialData.cpp507 bool allowUsingExpiredKeys) { in findAuthKey_() argument
516 if (!allowUsingExpiredKeys) { in findAuthKey_()
541 bool allowUsingExpiredKeys) { in selectAuthKey() argument
548 if (!allowUsingExpiredKeys) { in selectAuthKey()
H A 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()
/aosp12/frameworks/base/identity/java/android/security/identity/
H A DIdentityCredential.java132 public void setAllowUsingExpiredKeys(boolean allowUsingExpiredKeys) { in setAllowUsingExpiredKeys() argument
H A DCredstoreIdentityCredential.java249 public void setAllowUsingExpiredKeys(boolean allowUsingExpiredKeys) { in setAllowUsingExpiredKeys() argument
250 mAllowUsingExpiredKeys = allowUsingExpiredKeys; in setAllowUsingExpiredKeys()