Lines Matching defs:target
57 * target CHARACTER STRING,
69 private DERPrintableString target;
78 * @param target Target name, included in the signed data
81 public BootSignature(String target, int length) {
83 this.target = new DERPrintableString(target);
114 target = (DERPrintableString) attrs.getObjectAt(0);
122 attrs.add(target);
221 public static void doSignature( String target,
239 BootSignature bootsig = new BootSignature(target, image.length);
291 ../../../out/target/product/$PRODUCT/boot.img \
292 ../../../build/target/product/security/verity.pk8 \
293 ../../../build/target/product/security/verity.x509.pem \
310 /* args[0] is the target name, typically /boot