Searched refs:BootSignature (Results 1 - 5 of 5) sorted by relevance

/system/extras/verity/
H A Dboot_signer8 java -Xmx512M -jar "$BOOTSIGNER_HOME"/framework/BootSignature.jar "$@
H A Dverify_boot_signature.c61 } BootSignature;
63 ASN1_SEQUENCE(BootSignature) = { variable
64 ASN1_SIMPLE(BootSignature, formatVersion, ASN1_INTEGER),
65 ASN1_SIMPLE(BootSignature, certificate, X509),
66 ASN1_SIMPLE(BootSignature, algorithmIdentifier, X509_ALGOR),
67 ASN1_SIMPLE(BootSignature, authenticatedAttributes, AuthAttrs),
68 ASN1_SIMPLE(BootSignature, signature, ASN1_OCTET_STRING)
69 } ASN1_SEQUENCE_END(BootSignature)
71 IMPLEMENT_ASN1_FUNCTIONS(BootSignature)
86 * Calculates the offset to the beginning of the BootSignature bloc
[all...]
H A DAndroid.mk33 LOCAL_SRC_FILES := BootSignature.java VeritySigner.java Utils.java
34 LOCAL_MODULE := BootSignature
35 LOCAL_JAR_MANIFEST := BootSignature.mf
41 LOCAL_SRC_FILES := BootSignature.java KeystoreSigner.java Utils.java
85 LOCAL_REQUIRED_MODULES := BootSignature
H A DBootSignature.java64 public class BootSignature extends ASN1Object class in inherits:ASN1Object
81 public BootSignature(String target, int length) { method in class:BootSignature
91 public BootSignature(byte[] signature) method in class:BootSignature
239 BootSignature bootsig = new BootSignature(target, image.length);
266 BootSignature bootsig = new BootSignature(signature);
289 classes/com.android.verity.BootSignature \
H A DKeystoreSigner.java89 private BootSignature signature;
140 signature = new BootSignature(sig.getEncoded());
152 signature = new BootSignature("keystore", innerKeystore.length);

Completed in 599 milliseconds