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

  /external/dbus/dbus/
dbus-marshal-byteswap.h 31 int signature_start,
dbus-marshal-byteswap.c 219 * @param signature_start where in signature is the signature
227 int signature_start,
242 signature, signature_start);
  /bootable/recovery/
verifier.cpp 76 size_t signature_start = footer[0] + (footer[1] << 8); local
78 comment_size, signature_start);
80 if (signature_start - FOOTER_SIZE < RSANUMBYTES) {
175 // The 6 bytes is the "(signature_start) $ff $ff (comment_size)" that
  /build/tools/signapk/
SignApk.java 395 int signature_start = total_size - message.length - 1; local
396 temp.write(signature_start & 0xff);
397 temp.write((signature_start >> 8) & 0xff);

Completed in 606 milliseconds