Searched refs:signedConfPath (Results 1 – 6 of 6) sorted by relevance
44 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
36 const std::filesystem::path& signedConfPath) : in Signature() argument38 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()
131 const std::filesystem::path& signedConfPath);209 std::filesystem::path signedConfPath; member in openpower::software::image::Signature
40 const fs::path& signedConfPath) : in Signature() argument41 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()
134 Signature(const fs::path& imageDirPath, const fs::path& signedConfPath);215 fs::path signedConfPath; member in phosphor::software::image::Signature
204 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 SignatureTest349 signature = std::make_unique<Signature>(extractPath, signedConfPath); in TEST_F()