Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp845 fs::path privKeyPath = certParentInstallPath / privKeyFileName; in writePrivateKey() local
847 FILE* fp = std::fopen(privKeyPath.c_str(), "w"); in writePrivateKey()