Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp90 std::stringstream pemStream; in splitCertificates() local
95 pemStream << inputCertFileStream.rdbuf(); in splitCertificates()
104 std::string pem = pemStream.str(); in splitCertificates()