Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp243 auto appendPrivateKey = [this](const std::string& filePath) { in Certificate() local
247 appendKeyMap[CertificateType::server] = appendPrivateKey; in Certificate()
248 appendKeyMap[CertificateType::client] = appendPrivateKey; in Certificate()