Searched refs:publicKey (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/ |
H A D | image_verify.cpp | 200 const std::filesystem::path& publicKey, in verifyFile() argument 212 auto publicRSA = createPublicRSA(publicKey); in verifyFile() 216 entry("FILE=%s", publicKey.c_str())); in verifyFile() 283 const std::filesystem::path& publicKey) in createPublicRSA() argument 285 auto size = std::filesystem::file_size(publicKey); in createPublicRSA() 288 auto data = mapFile(publicKey, size); in createPublicRSA()
|
H A D | image_verify.hpp | 184 const std::filesystem::path& publicKey, 192 inline EVP_PKEY_Ptr createPublicRSA(const std::filesystem::path& publicKey);
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | image_verify.cpp | 300 const fs::path& publicKey, in verifyFile() argument 316 auto publicRSA = createPublicRSA(publicKey); in verifyFile() 319 error("Failed to create RSA from {PATH}", "PATH", publicKey); in verifyFile() 385 inline EVP_PKEY_Ptr Signature::createPublicRSA(const fs::path& publicKey) in createPublicRSA() argument 388 auto size = fs::file_size(publicKey, ec); in createPublicRSA() 391 auto data = mapFile(publicKey, size); in createPublicRSA()
|
H A D | image_verify.hpp | 186 const fs::path& publicKey, 194 static inline EVP_PKEY_Ptr createPublicRSA(const fs::path& publicKey);
|