Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialData.cpp584 vector<vector<uint8_t>> keysNeedingCert; in getAuthKeysNeedingCertification() local
614 keysNeedingCert.push_back(data.pendingCertificate); in getAuthKeysNeedingCertification()
617 return keysNeedingCert; in getAuthKeysNeedingCertification()
DCredential.cpp739 optional<vector<vector<uint8_t>>> keysNeedingCert = in getAuthKeysNeedingCertification() local
741 if (!keysNeedingCert) { in getAuthKeysNeedingCertification()
746 for (const vector<uint8_t>& key : keysNeedingCert.value()) { in getAuthKeysNeedingCertification()