Home
last modified time | relevance | path

Searched defs:allowUsingExhaustedKeys (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/security/identity/binder/android/security/identity/
H A DICredential.aidl51 long selectAuthKey(in boolean allowUsingExhaustedKeys, in selectAuthKey()
58 in boolean allowUsingExhaustedKeys, in getEntries()
/aosp12/frameworks/base/identity/java/android/security/identity/
H A DIdentityCredential.java115 public abstract void setAllowUsingExhaustedKeys(boolean allowUsingExhaustedKeys); in setAllowUsingExhaustedKeys()
H A DCredstoreIdentityCredential.java244 public void setAllowUsingExhaustedKeys(boolean allowUsingExhaustedKeys) { in setAllowUsingExhaustedKeys()
/aosp12/system/security/identity/
H A DCredential.cpp118 Status Credential::selectAuthKey(bool allowUsingExhaustedKeys, bool allowUsingExpiredKeys, in selectAuthKey()
220 const vector<uint8_t>& readerSignature, bool allowUsingExhaustedKeys, in getEntries()
H A DCredentialData.cpp506 AuthKeyData* CredentialData::findAuthKey_(bool allowUsingExhaustedKeys, in findAuthKey_()
540 const AuthKeyData* CredentialData::selectAuthKey(bool allowUsingExhaustedKeys, in selectAuthKey()