Searched defs:BootSignature (Results 1 - 2 of 2) sorted by relevance

/system/extras/verity/
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 Dverify_boot_signature.c62 } BootSignature;
64 ASN1_SEQUENCE(BootSignature) = { variable
65 ASN1_SIMPLE(BootSignature, formatVersion, ASN1_INTEGER),
66 ASN1_SIMPLE(BootSignature, certificate, X509),
67 ASN1_SIMPLE(BootSignature, algorithmIdentifier, X509_ALGOR),
68 ASN1_SIMPLE(BootSignature, authenticatedAttributes, AuthAttrs),
69 ASN1_SIMPLE(BootSignature, signature, ASN1_OCTET_STRING)
70 } ASN1_SEQUENCE_END(BootSignature)
72 IMPLEMENT_ASN1_FUNCTIONS(BootSignature)
87 * Calculates the offset to the beginning of the BootSignature bloc
[all...]

Completed in 66 milliseconds