Lines Matching refs:signature
303 struct code_sign_enable_arg *arg, ByteBuffer &signature)
308 ret = ReadDataFromFile(filePath + "_inside_tree.sig", signature);
310 ret = ReadDataFromFile(filePath + "_no_tree.sig", signature);
322 arg->sig_size = signature.GetSize();
323 arg->sig_ptr = reinterpret_cast<uintptr_t>(signature.GetBuffer());
339 ByteBuffer signature;
341 FillCommonArgs(filePath, true, &arg, signature);
382 ByteBuffer signature;
383 FillCommonArgs(filePath, false, &arg, signature);
403 ByteBuffer signature;
404 FillCommonArgs(filePath, false, &arg, signature);
411 // descriptor is unmatched, signature verification failed.
434 ByteBuffer signature;
435 FillCommonArgs(filePath, false, &arg, signature);
457 ByteBuffer signature;
459 FillCommonArgs(filePath, true, &arg, signature);
478 ByteBuffer signature;
480 FillCommonArgs(filePath, true, &arg, signature);
506 ByteBuffer signature;
508 FillCommonArgs(filePath, true, &arg, signature);
551 ByteBuffer signature;
553 FillCommonArgs(filePath, true, &arg, signature);
584 ByteBuffer signature;
586 FillCommonArgs(filePath, true, &arg, signature);
615 ByteBuffer signature;
617 FillCommonArgs(filePath, true, &arg, signature);
652 ByteBuffer signature;
654 FillCommonArgs(filePath, true, &arg, signature);