Searched refs:keysNeedingCert (Results 1 – 2 of 2) sorted by relevance
566 vector<vector<uint8_t>> keysNeedingCert; in getAuthKeysNeedingCertification() local591 keysNeedingCert.push_back(data.pendingCertificate); in getAuthKeysNeedingCertification()594 return keysNeedingCert; in getAuthKeysNeedingCertification()
634 optional<vector<vector<uint8_t>>> keysNeedingCert = in getAuthKeysNeedingCertification() local636 if (!keysNeedingCert) { in getAuthKeysNeedingCertification()641 for (const vector<uint8_t>& key : keysNeedingCert.value()) { in getAuthKeysNeedingCertification()