Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp91 std::vector<std::string> certificatesList; in splitCertificates() local
123 certificatesList.emplace_back(pem.substr(begin, end - begin)); in splitCertificates()
126 return certificatesList; in splitCertificates()