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

  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
CarrierLock.java 33 private final static byte VERSION_SIZE = (byte) 8;
316 if (unlockTokenLength < (short)(VERSION_SIZE + NONCE_SIZE + PK_MOD.length)) {
327 Util.arrayCopy(unlockToken, (short)(unlockTokenOffset + VERSION_SIZE),
336 (short)(unlockTokenOffset + VERSION_SIZE + NONCE_SIZE),
337 (short)(unlockTokenLength - (VERSION_SIZE + NONCE_SIZE))) ==
342 unlockToken, (short)(unlockTokenOffset + VERSION_SIZE),
436 Util.arrayCopy(lockMeta, (short)(VERSION_SIZE + lockMetaOffset),
  /external/pcre/dist2/src/
pcre2test.c 186 #define VERSION_SIZE 64 /* Size of buffer for the version strings */
    [all...]

Completed in 97 milliseconds