Searched refs:publicKeyFile (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | image_verify.cpp | 131 fs::path publicKeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in verifyFullImage() local 133 ret = verifyFile(pkeyFullFile, pkeyFullFileSig, publicKeyFile, hashType); in verifyFullImage() 157 fs::path publicKeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in verify() local 163 valid = checkAndVerifyImage(imageDirPath, publicKeyFile, in verify() 175 valid = checkAndVerifyImage(imageDirPath, publicKeyFile, in verify() 203 verifyFile(file, sigFile, publicKeyFile, hashType); in verify()
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | image_verify.cpp | 104 std::filesystem::path publicKeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in verify() local 117 auto valid = verifyFile(file, sigFile, publicKeyFile, hashType); in verify()
|