Home
last modified time | relevance | path

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

/aosp12/system/security/identity/
H A DCredentialData.cpp572 bool keyExceedUseCount = (data.useCount >= maxUsesPerKey_); in getAuthKeysNeedingCertification() local
575 (data.certificate.size() == 0) || keyExceedUseCount || keyBeyondExpirationDate; in getAuthKeysNeedingCertification()