HomeSort by relevance Sort by last modified time
    Searched full:bootsignature (Results 1 - 9 of 9) sorted by null

  /system/extras/verity/
BootSignature.mf 1 Main-Class: com.android.verity.BootSignature
boot_signer 8 java -Xmx512M -jar "$BOOTSIGNER_HOME"/framework/BootSignature.jar "$@
Android.mk 21 LOCAL_SRC_FILES := BootSignature.java VeritySigner.java Utils.java
22 LOCAL_MODULE := BootSignature
23 LOCAL_JAR_MANIFEST := BootSignature.mf
64 LOCAL_REQUIRED_MODULES := BootSignature
BootSignature.java 64 public class BootSignature extends ASN1Object
86 public BootSignature(String target, int length) {
96 public BootSignature(byte[] signature)
260 BootSignature bootsig = new BootSignature(target, image.length);
287 BootSignature bootsig = new BootSignature(signature);
310 classes/com.android.verity.BootSignature \
  /external/syslinux/libinstaller/
fs.c 97 if (get_8(&sectbuf->bs16.BootSignature) == 0x29) {
117 * Moving the FileSysType and BootSignature was a lovely stroke
120 if (get_8(&sectbuf->bs32.BootSignature) != 0x29 ||
syslxint.h 243 uint8_t BootSignature;
259 uint8_t BootSignature;
  /external/syslinux/diag/geodsp/
geodsp1s.asm 267 bootsignature dw 0xAA55 define
  /external/syslinux/core/
diskboot.inc 439 bootsignature dw 0xAA55
  /build/make/core/
Makefile     [all...]

Completed in 695 milliseconds