HomeSort by relevance Sort by last modified time
    Searched refs:BootSignature (Results 1 - 5 of 5) sorted by null

  /system/extras/verity/
boot_signer 8 java -Xmx512M -jar "$BOOTSIGNER_HOME"/framework/BootSignature.jar "$@
verify_boot_signature.c 58 } BootSignature;
60 ASN1_SEQUENCE(BootSignature) = {
61 ASN1_SIMPLE(BootSignature, formatVersion, ASN1_INTEGER),
62 ASN1_SIMPLE(BootSignature, certificate, X509),
63 ASN1_SIMPLE(BootSignature, algorithmIdentifier, X509_ALGOR),
64 ASN1_SIMPLE(BootSignature, authenticatedAttributes, AuthAttrs),
65 ASN1_SIMPLE(BootSignature, signature, ASN1_OCTET_STRING)
66 } ASN1_SEQUENCE_END(BootSignature)
68 IMPLEMENT_ASN1_FUNCTIONS(BootSignature)
83 * Calculates the offset to the beginning of the BootSignature bloc
    [all...]
Android.mk 38 LOCAL_SRC_FILES := BootSignature.java VeritySigner.java Utils.java
39 LOCAL_MODULE := BootSignature
40 LOCAL_JAR_MANIFEST := BootSignature.mf
46 LOCAL_SRC_FILES := BootSignature.java KeystoreSigner.java Utils.java
77 LOCAL_REQUIRED_MODULES := BootSignature
BootSignature.java 64 public class BootSignature extends ASN1Object
81 public BootSignature(String target, int length) {
91 public BootSignature(byte[] signature)
238 BootSignature bootsig = new BootSignature(target, image.length);
265 BootSignature bootsig = new BootSignature(signature);
283 classes/com.android.verity.BootSignature \
KeystoreSigner.java 89 private BootSignature signature;
140 signature = new BootSignature(sig.getEncoded());
152 signature = new BootSignature("keystore", innerKeystore.length);

Completed in 177 milliseconds