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

  /system/extras/verity/
verify_boot_signature.c 62 } BootSignature;
64 ASN1_SEQUENCE(BootSignature) = {
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...]
BootSignature.java 64 public class BootSignature extends ASN1Object
81 public BootSignature(String target, int length) {
91 public BootSignature(byte[] signature)
239 BootSignature bootsig = new BootSignature(target, image.length);
266 BootSignature bootsig = new BootSignature(signature);
289 classes/com.android.verity.BootSignature \
  /external/syslinux/libinstaller/
syslxint.h 243 uint8_t BootSignature;
259 uint8_t BootSignature;

Completed in 88 milliseconds