Searched refs:pkeyFile (Results 1 – 4 of 4) sorted by relevance
67 std::string pkeyFile = extractPath.string() + "/" + "private.pem"; in SetUp() local68 command("openssl genrsa -out " + pkeyFile + " 4096"); in SetUp()71 command("openssl rsa -in " + pkeyFile + " -outform PEM " + in SetUp()77 command(opensslCmd + pkeyFile + " -out " + pnorFile + ".sig " + in SetUp()80 command(opensslCmd + pkeyFile + " -out " + manifestFile + ".sig " + in SetUp()82 command(opensslCmd + pkeyFile + " -out " + pubkeyFile + ".sig " + in SetUp()
239 std::string pkeyFile = extractPath.string() + "/" + "private.pem"; in SetUp() local240 command("openssl genrsa -out " + pkeyFile + " 4096"); in SetUp()243 command("openssl rsa -in " + pkeyFile + " -outform PEM " + in SetUp()247 command(opensslCmd + pkeyFile + " -out " + kernelFile + ".sig " + in SetUp()252 command(opensslCmd + pkeyFile + " -out " + rofsFile + ".sig " + in SetUp()254 command(opensslCmd + pkeyFile + " -out " + rwfsFile + ".sig " + in SetUp()256 command(opensslCmd + pkeyFile + " -out " + ubootFile + ".sig " + in SetUp()258 command(opensslCmd + pkeyFile + " -out " + pubkeyFile + ".sig " + in SetUp()266 command(opensslCmd + pkeyFile + " -out " + fullFile + ".sig " + in SetUp()343 std::string pkeyFile = extractPath.string() + "/" + "private.pem"; in TEST_F() local[all …]
151 std::filesystem::path pkeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in systemLevelVerify() local152 std::filesystem::path pkeyFileSig(pkeyFile); in systemLevelVerify()182 valid = verifyFile(pkeyFile, pkeyFileSig, keyHashPair.second, in systemLevelVerify()
253 fs::path pkeyFile(imageDirPath / PUBLICKEY_FILE_NAME); in systemLevelVerify() local254 fs::path pkeyFileSig(pkeyFile); in systemLevelVerify()283 valid = verifyFile(pkeyFile, pkeyFileSig, keyHashPair.second, in systemLevelVerify()