Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp321 std::vector<std::unique_ptr<Certificate>> tempCertificates; in installAll() local
328 tempCertificates.emplace_back(std::make_unique<Certificate>( in installAll()
335 installedCerts = std::move(tempCertificates); in installAll()