Lines Matching refs:signature
297 struct code_sign_enable_arg *arg, ByteBuffer &signature) in FillCommonArgs() argument
302 ret = ReadDataFromFile(filePath + "_inside_tree.sig", signature); in FillCommonArgs()
304 ret = ReadDataFromFile(filePath + "_no_tree.sig", signature); in FillCommonArgs()
316 arg->sig_size = signature.GetSize(); in FillCommonArgs()
317 arg->sig_ptr = reinterpret_cast<uintptr_t>(signature.GetBuffer()); in FillCommonArgs()
333 ByteBuffer signature; in EnableExpandedTamperFile() local
335 FillCommonArgs(filePath, true, &arg, signature); in EnableExpandedTamperFile()
372 ByteBuffer signature; variable
373 FillCommonArgs(filePath, false, &arg, signature);
393 ByteBuffer signature; variable
394 FillCommonArgs(filePath, false, &arg, signature);
424 ByteBuffer signature; variable
425 FillCommonArgs(filePath, false, &arg, signature);
447 ByteBuffer signature; variable
449 FillCommonArgs(filePath, true, &arg, signature);
468 ByteBuffer signature; variable
470 FillCommonArgs(filePath, true, &arg, signature);
496 ByteBuffer signature; variable
498 FillCommonArgs(filePath, true, &arg, signature);
538 ByteBuffer signature; variable
540 FillCommonArgs(filePath, true, &arg, signature);
571 ByteBuffer signature; variable
573 FillCommonArgs(filePath, true, &arg, signature);
602 ByteBuffer signature; variable
604 FillCommonArgs(filePath, true, &arg, signature);
639 ByteBuffer signature; variable
641 FillCommonArgs(filePath, true, &arg, signature);