Searched refs:keysNeedingCert (Results 1 – 2 of 2) sorted by relevance
584 vector<vector<uint8_t>> keysNeedingCert; in getAuthKeysNeedingCertification() local614 keysNeedingCert.push_back(data.pendingCertificate); in getAuthKeysNeedingCertification()617 return keysNeedingCert; in getAuthKeysNeedingCertification()
739 optional<vector<vector<uint8_t>>> keysNeedingCert = in getAuthKeysNeedingCertification() local741 if (!keysNeedingCert) { in getAuthKeysNeedingCertification()746 for (const vector<uint8_t>& key : keysNeedingCert.value()) { in getAuthKeysNeedingCertification()