Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp44 signedConfPath = confDir; in SetUp()
45 signedConfPath /= "conf"; in SetUp()
54 command("mkdir " + signedConfPath.string()); in SetUp()
86 signedConfPath); in SetUp()
94 std::filesystem::path signedConfPath; member in SignatureTest
/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.cpp36 const std::filesystem::path& signedConfPath) : in Signature() argument
38 signedConfPath(signedConfPath) in Signature()
53 if (!std::filesystem::is_directory(signedConfPath)) in getAvailableKeyTypesFromSystem()
68 std::filesystem::recursive_directory_iterator(signedConfPath)) in getAvailableKeyTypesFromSystem()
85 std::filesystem::path hashpath(signedConfPath / key / HASH_FILE_NAME); in getKeyHashFileNames()
86 std::filesystem::path keyPath(signedConfPath / key / PUBLICKEY_FILE_NAME); in getKeyHashFileNames()
H A Dimage_verify.hpp131 const std::filesystem::path& signedConfPath);
209 std::filesystem::path signedConfPath; member in openpower::software::image::Signature
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_verify.cpp40 const fs::path& signedConfPath) : in Signature() argument
41 imageDirPath(imageDirPath), signedConfPath(signedConfPath) in Signature()
61 if (!fs::is_directory(signedConfPath, ec)) in getAvailableKeyTypesFromSystem()
76 for (const auto& p : fs::recursive_directory_iterator(signedConfPath)) in getAvailableKeyTypesFromSystem()
93 fs::path hashpath(signedConfPath / key / HASH_FILE_NAME); in getKeyHashFileNames()
94 fs::path keyPath(signedConfPath / key / PUBLICKEY_FILE_NAME); in getKeyHashFileNames()
H A Dimage_verify.hpp134 Signature(const fs::path& imageDirPath, const fs::path& signedConfPath);
215 fs::path signedConfPath; member in phosphor::software::image::Signature
/openbmc/phosphor-bmc-code-mgmt/bmc/test/
H A Dutest.cpp204 signedConfPath = confDir; in SetUp()
205 signedConfPath /= "conf"; in SetUp()
214 command("mkdir " + signedConfPath.string()); in SetUp()
270 signature = std::make_unique<Signature>(extractPath, signedConfPath); in SetUp()
279 fs::path signedConfPath; member in SignatureTest
349 signature = std::make_unique<Signature>(extractPath, signedConfPath); in TEST_F()