Home
last modified time | relevance | path

Searched refs:VERSION_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DCarrierLock.java33 private final static byte VERSION_SIZE = (byte) 8; field in CarrierLock
316 if (unlockTokenLength < (short)(VERSION_SIZE + NONCE_SIZE + PK_MOD.length)) { in verifyUnlock()
327 Util.arrayCopy(unlockToken, (short)(unlockTokenOffset + VERSION_SIZE), in verifyUnlock()
336 (short)(unlockTokenOffset + VERSION_SIZE + NONCE_SIZE), in verifyUnlock()
337 (short)(unlockTokenLength - (VERSION_SIZE + NONCE_SIZE))) == in verifyUnlock()
342 unlockToken, (short)(unlockTokenOffset + VERSION_SIZE), in verifyUnlock()
436 Util.arrayCopy(lockMeta, (short)(VERSION_SIZE + lockMetaOffset), in setWithMetadata()
/external/pcre/dist2/src/
Dpcre2test.c205 #define VERSION_SIZE 64 /* Size of buffer for the version strings */ macro
894 static VERSION_TYPE jittarget[VERSION_SIZE];
895 static VERSION_TYPE version[VERSION_SIZE];
896 static VERSION_TYPE uversion[VERSION_SIZE];