Lines Matching refs:imageDirPath
39 Signature::Signature(const fs::path& imageDirPath, in Signature() argument
41 imageDirPath(imageDirPath), signedConfPath(signedConfPath) in Signature()
43 fs::path file(imageDirPath / MANIFEST_FILE_NAME); in Signature()
110 fs::path(imageDirPath) / "image-bmc.sig", in verifyFullImage()
111 fs::path(imageDirPath) / "image-hostfw.sig", in verifyFullImage()
112 fs::path(imageDirPath) / "image-kernel.sig", in verifyFullImage()
113 fs::path(imageDirPath) / "image-rofs.sig", in verifyFullImage()
114 fs::path(imageDirPath) / "image-rwfs.sig", in verifyFullImage()
115 fs::path(imageDirPath) / "image-u-boot.sig", in verifyFullImage()
116 fs::path(imageDirPath) / "MANIFEST.sig", in verifyFullImage()
117 fs::path(imageDirPath) / "publickey.sig"}; in verifyFullImage()
127 fs::path pkeyFullFileSig(imageDirPath / imageFullSig); in verifyFullImage()
131 fs::path publicKeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in verifyFullImage()
157 fs::path publicKeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in verify()
163 valid = checkAndVerifyImage(imageDirPath, publicKeyFile, in verify()
175 valid = checkAndVerifyImage(imageDirPath, publicKeyFile, in verify()
190 fs::path file(imageDirPath); in verify()
253 fs::path pkeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in systemLevelVerify()
258 fs::path manifestFile(imageDirPath / MANIFEST_FILE_NAME); in systemLevelVerify()