Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp73 constexpr std::string_view beginCertificate = "-----BEGIN CERTIFICATE-----"; variable
111 for (begin = pem.find(beginCertificate, begin); begin != std::string::npos; in splitCertificates()
112 begin = pem.find(beginCertificate, begin)) in splitCertificates()