Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialData.cpp566 vector<vector<uint8_t>> keysNeedingCert; in getAuthKeysNeedingCertification() local
591 keysNeedingCert.push_back(data.pendingCertificate); in getAuthKeysNeedingCertification()
594 return keysNeedingCert; in getAuthKeysNeedingCertification()
DCredential.cpp634 optional<vector<vector<uint8_t>>> keysNeedingCert = in getAuthKeysNeedingCertification() local
636 if (!keysNeedingCert) { in getAuthKeysNeedingCertification()
641 for (const vector<uint8_t>& key : keysNeedingCert.value()) { in getAuthKeysNeedingCertification()